Loading Tool

Explorer IconExplorer

Memory Pool

28,653 transactions
12.73 vMB
0.05191387 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.15/200 MB

Candidate Block

Mining Attempt ba881c203e45c792394e0e63c7f8ad041ad9d71b1a8a77c0775fc66a4eac8120
Version 20000000
Previous Block 000000000000000000013a4c1a56173aa2834c4aeca141040f95eae60bef6c7a
Merkle Root 1919760a4a8a251a0b8c3d283dbec62f42474de636bfc9df39951c0aa09f5549
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.02139209 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,350 (781,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,643 131,643 0000000000000034e9d57e99225975609d5d334ee5d10ccac307707d41a8bc21 108 0.04 vMB 437
131,642 131,642 00000000000008df569796880fe98c78591145124b3636553b20b4f605414805 51 0.02 vMB 1,252
131,641 131,641 00000000000005ee64e64c4aae4529fa78b111996ac1a205dc7b91b71cfcde1d 136 0.05 vMB 293
131,640 131,640 00000000000001e4d3d073e4722cc2ce924e789d204b59318686be748e173ced 34 0.01 vMB 622
131,639 131,639 000000000000068d713e7d5db627cdc0c2c9b725b794f1984b5bd72cc2a74619 12 0.01 vMB 2,220
131,638 131,638 0000000000000309b29c3d0113079a28aa1554640e532659a0520469ec4a506b 48 0.02 vMB 268
131,637 131,637 000000000000097c47b8a1cf7de7cb67b97e42d77478bec78c57fbd8d2b3bd19 99 0.05 vMB 1,433
131,636 131,636 0000000000000073a172d9c00c9ca988295c0faa55a739e3629be1a8a8b05a6b 182 0.07 vMB 1,124
131,635 131,635 000000000000000d8049f9d729aa5735994b2c5a65b39aa0c7a7588d0dbb81d4 29 0.01 vMB 1,535
131,634 131,634 0000000000000a2c20c80210572b6fd01ae041974f0da5b48fb6468d6c2d7da7 75 0.03 vMB 1,551
131,633 131,633 00000000000002169a436b9759f396036e16e33faa7466d9f0d44adeb9d1f709 103 0.04 vMB 138
131,632 131,632 000000000000030208636bace094a3a7f9c4c71da7f7bfdb4b469268ee7dd0a2 35 0.02 vMB 788
131,631 131,631 000000000000030689a3a94e157110b9d676a4753bb02af4f7373178dace5d70 132 0.04 vMB 288
131,630 131,630 00000000000009044211913c9d8b85c82f35da16b612f9819b1ec970f55d2893 90 0.04 vMB 1,673
131,629 131,629 0000000000000958cc03d25d3c75788d748f0df1db795d36e938f14921729e15 133 0.05 vMB 375
131,628 131,628 00000000000004ca110f9563a5957d1c63a96170080b78cfe96d6cdca8acc2b2 16 0.01 vMB 2,261
131,627 131,627 00000000000011e04ea2d7f6b47940a65bc181676ad51e9c489a7f7c1a4ef4a2 17 0.01 vMB 773
131,626 131,626 000000000000125156dc2b4e6115f3186b4fc15722a7efc18e0f61086f7afbc2 60 0.02 vMB 361
131,625 131,625 00000000000013115c009333dfef33aa7c9e572b62e0ae1c0e6b21eafd2786d4 172 0.05 vMB 117
131,624 131,624 0000000000000cae3d15706345e8f9f460238ef1bb1524a98d36d76308c38e53 12 0.00 vMB 0
131,623 131,623 0000000000000d3741db3762c42a38bc2283c350719ee5cb702b42f8ccdd155a 11 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 160.13 GB
    • Received: 0.65 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.