Loading Tool

Explorer IconExplorer

Memory Pool

81,319 transactions
29.58 vMB
0.08385817 BTC
Random Selection Loading Transactions
Max Size: 180.00/200 MB

Candidate Block

Mining Attempt 5f9d1591ee63d3bd0fb2a7031b747caba270a6c8c4fd095478b167a9a8dfeec3
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 1f5e9b18f98e7f4848e7f615f57470f442c83b6aa477b2a1a3e609810fadd330
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,271
Size: 1.00 vMB
Total Fees: 0.02160359 BTC
Feerates: 100.53 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (232,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,350 682,350 00000000000000000009ad5de934c1bea1ed8fcb2080389fc5d3291c19e13d21 1,037 1.00/1.00 vMB 20
682,349 682,349 00000000000000000002f322a67f4bf2e6a9a29106f7c29364707b795d7b8caf 1,464 1.00/1.00 vMB 21
682,348 682,348 00000000000000000003f52fb9bf323864d3b7aa28d85b9a23bf65a4c5219f79 2,776 1.00/1.00 vMB 96
682,347 682,347 0000000000000000000526d2e4905e35f0948d9baa8470bcd09a9c273722fe5e 512 1.00/1.00 vMB 21
682,346 682,346 0000000000000000000add1043668ceae0ad9a9b62bd019583b0735e94e98c19 435 1.00/1.00 vMB 12
682,345 682,345 000000000000000000045c37c627e57f83c8269e2d624abd363dd90c2992cd4f 643 1.00/1.00 vMB 89
682,344 682,344 00000000000000000003e4c8f1c7bb96900057f352188680e7039dc9d059080f 1,658 1.00/1.00 vMB 40
682,343 682,343 0000000000000000000be4f9dcf52c3abf45eb6236fed804f0e714de4bde95ec 1,802 1.00/1.00 vMB 27
682,342 682,342 0000000000000000000ad2c84e0e0d6e13b8bd2a7ff93cce323ddbafd4b27d3f 1,940 1.00/1.00 vMB 40
682,341 682,341 0000000000000000000d772cf56024a771c7363cfbfdcbaa8f9e502d94d4124c 3,132 1.00/1.00 vMB 105
682,340 682,340 00000000000000000006807b988eebd6a21baaaac41aae8e34709aac562f59ad 2,182 1.00/1.00 vMB 30
682,339 682,339 0000000000000000000518badaf4d26ca8dd4562b886cf94f27c9f661e2355f8 1,673 1.00/1.00 vMB 53
682,338 682,338 0000000000000000000a90adcd43f79d252d056d6a61639a55a4e289b807e846 2,345 1.00/1.00 vMB 100
682,337 682,337 0000000000000000000c896950f744832ac58b20f09df13a6e224c24a8ffdc31 2,240 1.00/1.00 vMB 73
682,336 682,336 000000000000000000081eb21888c19028f6163f6857bf10f22ac5e1dba878b5 1,735 1.00/1.00 vMB 57
682,335 682,335 0000000000000000000852d2f54ae926f805563da88af982ba0efd6cf2732dc8 913 1.00/1.00 vMB 10
682,334 682,334 00000000000000000009efa19643f89103cc460e5aa4d12dfde0bde71334c04b 854 1.00/1.00 vMB 82
682,333 682,333 00000000000000000006b9359de44a1f4f2a04e7761386b33cf3b097789f48d8 1,945 1.00/1.00 vMB 9
682,332 682,332 0000000000000000000d11f2ebaaab2ccf6ff2dd826caa5a27e99c74e1756575 1,235 1.00/1.00 vMB 10
682,331 682,331 0000000000000000000cee9f6b92d1f2d6a2c4b4189c0eccdf3ecec45ecfa9d9 1,767 1.00/1.00 vMB 56
682,330 682,330 00000000000000000004119933647a886f246890ac69ed3d24fff14e6df569b4 1,931 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.