Loading Tool

Explorer IconExplorer

Memory Pool

39,614 transactions
26.95 vMB
0.07301265 BTC
Random Selection Loading Transactions
Max Size: 139.42/200 MB

Candidate Block

Mining Attempt 5249f8f7d4157ec3c6a56ce51804ce1315517c7bc59b3651b1451640ffcf60e8
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 159ae565172cfe306a3b2c2c60a7be51b43bed1f55ac152713beeeeef195759c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.01977800 BTC
Feerates: 201.37 > 1.98 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (380,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,128 534,128 0000000000000000001ea0c918a72e91ec66f540609be2ed136d682f44a33baa 1,817 1.00/1.00 vMB 6
534,127 534,127 00000000000000000021ad311b4a7d8ae06c495b6f1c6f50602a0c58e16b5930 1,813 1.00/1.00 vMB 7
534,126 534,126 0000000000000000000c22f753c79bd61e0c67d30b9157a2ff66b9c345f8430f 1,568 1.00/1.00 vMB 20
534,125 534,125 0000000000000000000e18d4faf54326d49acc611538380fac3a346b034ec753 2,930 1.00/1.00 vMB 31
534,124 534,124 00000000000000000018bf9065fd5bb5a7cbd0c4e51c9d5e7a8bd1817f280364 1,050 0.36/1.00 vMB 26
534,123 534,123 000000000000000000313c55f0e9c4a5cfe310af1065003b9a0c5298119923aa 485 0.23/1.00 vMB 17
534,122 534,122 0000000000000000000854f3b136fc231bbcb91f245b5e56d6050ea159289cf0 1,088 0.40/1.00 vMB 24
534,121 534,121 00000000000000000014717230f93420b9e2d0af38d4470fd573f44c9b8d942f 1,012 0.31/1.00 vMB 16
534,120 534,120 000000000000000000024ba07e8f0a22c0aef6b0bc6a7c1d4987ffac7f7c44a1 1,858 0.80/1.00 vMB 22
534,119 534,119 000000000000000000104153b94a9fb1d2391b90e4bf3b64a0cc590a55587c4c 2,880 1.00/1.00 vMB 32
534,118 534,118 0000000000000000000228d8f2ff0dc6f2df4195353d86666c24c2e6e256b265 2,498 1.00/1.00 vMB 14
534,117 534,117 000000000000000000152b8d87a94c0a4db96ad9a889806f23d01fea26ff8e33 460 0.13/1.00 vMB 14
534,116 534,116 000000000000000000158e46f457055fef3f5f7568094c2508b9a89800d0be23 2,076 0.91/1.00 vMB 14
534,115 534,115 000000000000000000332199aadea5dd4fff20e1fc280a8f1f6e3b912359385f 978 1.00/1.00 vMB 5
534,114 534,114 00000000000000000035addaf9b16ac75760042af4096bf640ba93903e898d22 578 1.00/1.00 vMB 1
534,113 534,113 00000000000000000001c3d165c1569af400c38551bfadbc0653d0d87700eb1f 1,810 1.00/1.00 vMB 6
534,112 534,112 00000000000000000028a9c9411c4bca243710d04774b8b49396f3cee8552389 2,711 1.00/1.00 vMB 29
534,111 534,111 0000000000000000000fb0182235f4695554596a62c9f0b6012925bc7ca12f26 1,952 1.00/1.00 vMB 8
534,110 534,110 00000000000000000020c552627ee6b1481deb22a61f9618cddd4bb139a3192f 2,472 1.00/1.00 vMB 5
534,109 534,109 0000000000000000002c4cea841c3fcf82cfcedcbe9c23747fab8d5e471b9c30 2,715 1.00/1.00 vMB 35
534,108 534,108 0000000000000000000b1f0c4477994dd3792a8886e60e942e5e670409cb6718 2,718 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 636.62 GB
    • Received: 12.37 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.