Loading Tool

Explorer IconExplorer

Memory Pool

81,024 transactions
29.53 vMB
0.10396886 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt c81f0ee9ae809451f6361b8df40b4f4dc418193abfe55b947884af1a65135aed
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 0e22791c9fc78da5d6fd57283c845359360ce27e217498186a40f6ea69978684
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,182
Size: 1.00 vMB
Total Fees: 0.04174780 BTC
Feerates: 201.05 > 4.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (520,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,320 394,320 0000000000000000022f64cad1c23520bc3ac83d17ecb6efc6757bc931df1bce 2,086 1.00/1.00 vMB 50
394,319 394,319 00000000000000000255bdfd2ee786782fc135fcabd50c1e0926452820be0933 2,564 1.00/1.00 vMB 51
394,318 394,318 00000000000000000711aa7eb59098b04a900e5a48d000232c41fa6c705d0f13 2,231 0.93/1.00 vMB 43
394,317 394,317 0000000000000000050ad5042605348a220e8b63012f7527b7cbbf53cbcfbd40 1,308 0.99/1.00 vMB 26
394,316 394,316 000000000000000006491cfd77caff8c24cbeb6818b74127cea138d01f16decd 996 0.82/1.00 vMB 26
394,315 394,315 000000000000000002c39efdea25b6b04d736526c027a8601c2f88d37c9d5e7f 2,260 1.00/1.00 vMB 33
394,314 394,314 000000000000000005144032d3ef26c5b36ebba433d4e5e98cff9f1713af13da 1,957 0.93/1.00 vMB 40
394,313 394,313 0000000000000000001d6f538cff7db3af3c440e8e52b02d9b1ef2a6d0fa451b 2,332 0.75/1.00 vMB 80
394,312 394,312 00000000000000000727955fd93e78fcfe4b68641da90895b9ada08155987d55 548 1.00/1.00 vMB 14
394,311 394,311 000000000000000005d91ab3ed2241b57c57fc9c16c6f08a50c23ece04b49808 1,803 1.00/1.00 vMB 22
394,310 394,310 000000000000000004539e7918856488178d5ed01076b699533a2b51e38d44fb 1,650 0.93/1.00 vMB 59
394,309 394,309 000000000000000000270aaec91add7e26acde9e9df9f874417907b510e2c47b 1,869 0.95/1.00 vMB 36
394,308 394,308 0000000000000000082bab0e5bba2ed7e6259ad283840fdfec2e687ac2cda15e 2,828 1.00/1.00 vMB 99
394,307 394,307 0000000000000000088bb3e7252f73a21fb7623df3793ae2eb1d7d2c3bca522f 1,441 1.00/1.00 vMB 23
394,306 394,306 000000000000000007c8a618871350cf263eee7aaddad9d76d02ddaefe3a4262 2 0.00/1.00 vMB 0
394,305 394,305 00000000000000000998220caeb1aef3ace3a350342d6f3a26e30f1fd7a7db2e 2,277 0.75/1.00 vMB 64
394,304 394,304 000000000000000005bfcb20863685fc6ba7bd7b9e0d03dcfb7e9b9fef6dc74d 1 0.00/1.00 vMB 0
394,303 394,303 00000000000000000455fe75dac2f63162b8c226e8e86f96290963bbf9b2f02d 1,473 0.68/1.00 vMB 37
394,302 394,302 0000000000000000046661a92c8dce789b52d8ba1829d362147ce9ef6140a952 1,621 0.95/1.00 vMB 34
394,301 394,301 000000000000000000ebf0433da7ceca46550fa734c29e03dc2d289f59653825 1,700 1.00/1.00 vMB 31
394,300 394,300 000000000000000003c0dca25520fd50fabb2a47dbe1099a9ff0153c93ea2e1b 227 0.86/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.