Loading Tool

Explorer IconExplorer

Memory Pool

85,041 transactions
31.86 vMB
0.19119222 BTC
Random Selection Loading Transactions
Max Size: 189.30/200 MB

Candidate Block

Mining Attempt 7f28c2bf24b2d81ba5d872d44eaeab088fd4b29a5960ad058727419bca7c2da7
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ebb60cf9472b0cb4423c67345bd67b0fff75de82264e555dace22f5225222fa3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,859
Size: 1.00 vMB
Total Fees: 0.07290809 BTC
Feerates: 301.64 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (805,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,528 109,528 00000000000086f4d21d1c8d020c40c60590e1b5cb73c24c0741db3e2bb523d1 11 0.00/1.00 vMB 0
109,527 109,527 0000000000008cc68b4156fa922b347a96dca799959bceabaf67d30f07e1428c 48 0.01/1.00 vMB 0
109,526 109,526 000000000000f466703bff44caadce0c259a31e196777c59bff3005440bed4c4 10 0.00/1.00 vMB 0
109,525 109,525 0000000000000880ed924b74c85a9560c7da8ba54dbf3c06c287f7acbd09d85e 13 0.00/1.00 vMB 0
109,524 109,524 0000000000015c759ac8fb5b3d1222eedd5be65c43fd4f34d7ac6f32721df809 11 0.00/1.00 vMB 333
109,523 109,523 00000000000134aef37df055d114af1f3b28b4c649de9b99e49d2de5d464b715 9 0.01/1.00 vMB 0
109,522 109,522 00000000000127180450c558e4c9e1fb0453cb8ee6d1f9ec28aa45c3e172d4ef 7 0.00/1.00 vMB 0
109,521 109,521 00000000000060a4e3c0b1b2e71ec70b97091f8062d71aab12ba6aa7eef82e9a 9 0.00/1.00 vMB 0
109,520 109,520 0000000000019790adca51de9d3f9c6d4f325e8ba1191357551ebcf42466af3c 13 0.00/1.00 vMB 0
109,519 109,519 0000000000007ebb762a353ead87e25525fe51a6df52c240c14146784721ff67 2 0.00/1.00 vMB 0
109,518 109,518 000000000000a8fd0a2541b57953885f6b25b8573bfcdc186ef0373f4dcc1941 8 0.00/1.00 vMB 0
109,517 109,517 00000000000084c74848b7ca282bf29cef9cae31a44ca296d0ba1dc229005739 5 0.00/1.00 vMB 0
109,516 109,516 00000000000196b56e62e0c1332436bc6a291bf3a2da8c9ecdcca999a0568ea3 4 0.00/1.00 vMB 0
109,515 109,515 0000000000007d7706b73e79ab7b172a74ae3618eb4cfc7893e462bedf9560d0 1 0.00/1.00 vMB 0
109,514 109,514 0000000000016e1048c4a88fdb4e9264f94a2ccaba814231996e18b024b15675 4 0.00/1.00 vMB 0
109,513 109,513 000000000000eb6ed49596a5e5dea0cfcbb5b75b915a09b18dd6cc96e6b6f67c 3 0.00/1.00 vMB 0
109,512 109,512 0000000000001f4b86cd6dd1340f953cd283eaf8957d6650c05470115be80b0b 1 0.00/1.00 vMB 0
109,511 109,511 00000000000087af60c75fff393c61634d4760fcde0f3bc9f4d03c44c2d7c2fa 10 0.00/1.00 vMB 0
109,510 109,510 000000000000ad62651f9735fbe2f13a9a676c793079e633be758ade957e1f92 1 0.00/1.00 vMB 0
109,509 109,509 0000000000015a44f80df565c3b9f2cf2ad1d619efe8d2abb1557cadd78226ec 2 0.00/1.00 vMB 0
109,508 109,508 00000000000130d62ff06833bd8a40b8ed7bf883bcb7393250f38b4288cb30b3 32 0.01/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.