Loading Tool

Explorer IconExplorer

Memory Pool

44,492 transactions
27.35 vMB
0.09406631 BTC
Random Selection Loading Transactions
Max Size: 144.45/200 MB

Candidate Block

Mining Attempt fd9a9e80387f12b0ff5053d29caa76574c628c453ebd207f6c757b1d004efa33
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 2601a2317fcec09f21c451420f2c8f9811bbf9be9d3105f59045ad8c73bfe850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,875
Size: 1.00 vMB
Total Fees: 0.04283141 BTC
Feerates: 150.75 > 4.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (521,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,460 393,460 0000000000000000084352ebd6b6080233d14ffa2cb62b6e4305b9b52b113367 43 0.06/1.00 vMB 9
393,459 393,459 0000000000000000084dad9785d98873e35d3fa9a0286ae0353396bca2daaaf2 2 0.00/1.00 vMB 0
393,458 393,458 000000000000000001a7ef72b3ee3f8db228e5e892e7d2f8d5b20e7b1846d8df 2,263 0.95/1.00 vMB 47
393,457 393,457 000000000000000006479b1d342159d8602976ad70880d44efbd78ad4aa90aee 1,087 1.00/1.00 vMB 22
393,456 393,456 000000000000000005b94c8fdedcb5598fed7593f8eeabfcbdc9f61006ff20b6 1,293 0.99/1.00 vMB 25
393,455 393,455 0000000000000000060272947f0ff496acd6572a17603b606cb11aa2ff550c21 1,744 0.75/1.00 vMB 41
393,454 393,454 000000000000000007ad5749b5d5abff0f22e81fc6c8c5dc7899aab82f586f9d 2,099 0.93/1.00 vMB 34
393,453 393,453 000000000000000002c48ea082a59ceac0286d41a6220627e33cebf3ccdadb7c 1,586 0.75/1.00 vMB 39
393,452 393,452 000000000000000003c983a0e14c89f05a1a4f32a1254c08e0a0182dfca66e25 2,880 1.00/1.00 vMB 56
393,451 393,451 000000000000000001c9d05cc7762055903577f6bcd9b8c18a34bda34b77b080 1,497 0.93/1.00 vMB 20
393,450 393,450 00000000000000000130ae11e1339a5a5f4288a0b6116d77253061558a4b5416 2,810 0.95/1.00 vMB 59
393,449 393,449 000000000000000008060aa96648890b10b35030ff3217ab3e5c14b86b809a74 1,380 0.99/1.00 vMB 25
393,448 393,448 0000000000000000006945ccc391c0e25d1d567b1f35390019830e5dc5888e15 1,536 0.93/1.00 vMB 21
393,447 393,447 000000000000000001a0b091ddcd0cf09eac39a14fd586e9cf42e20a68e57028 2 0.00/1.00 vMB 0
393,446 393,446 0000000000000000028f802ffcb676e593e887c462eccef18ca544541eb45f45 2,364 0.99/1.00 vMB 60
393,445 393,445 000000000000000005eb4339252142050d4a1c0e4d3b0ac255d1a0b43d4a08be 2,307 1.00/1.00 vMB 28
393,444 393,444 000000000000000005183111ae30f7c5b69ebce76a187c7535457aaed67bd9d0 2,525 0.95/1.00 vMB 58
393,443 393,443 0000000000000000077138fa4ad44d06838b4d2812794b2335349f3fe5aadb7a 2,031 0.95/1.00 vMB 41
393,442 393,442 00000000000000000959be86b5f111d0ec83bcf5b1312c73d1f06bdeb5ddd2f7 1,449 0.93/1.00 vMB 31
393,441 393,441 0000000000000000082599be00bde6aca271d20c771542738343f3c940da7939 1,923 0.95/1.00 vMB 31
393,440 393,440 000000000000000002edbd1252e84813b7e7996a08612e8200ece886cb2246b8 1,785 0.75/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.