Loading Tool

Explorer IconExplorer

Memory Pool

81,171 transactions
30.17 vMB
0.13304521 BTC
Random Selection Loading Transactions
Max Size: 181.45/200 MB

Candidate Block

Mining Attempt b92bab3633ed06026de5b29a543582a7cf6f6a7a340e5d8ca7e751965731bc8a
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0b4b85dcefa81561210d252e45d662907cf6802da27d653be4cbc1b420f70276
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.05597708 BTC
Feerates: 242.90 > 5.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (312,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,301 602,301 000000000000000000002c4c56fc17eaada8c90c9bf94aa88966e9da7944a6f7 2,832 1.00/1.00 vMB 46
602,300 602,300 000000000000000000072ef64eb476ecc53e525dc88388954f55ae78268d8485 2,660 1.00/1.00 vMB 45
602,299 602,299 000000000000000000054b387ad5abc7ea6cb0946e9186e805f7bb966f883bcb 1,869 1.00/1.00 vMB 36
602,298 602,298 00000000000000000012c47c81293c6aaf29445610b7a6adedfe2f69323206d3 2,622 1.00/1.00 vMB 30
602,297 602,297 0000000000000000000e85fe3a486eb85267f36d93860ee5e44a1a1d341ab256 352 0.11/1.00 vMB 26
602,296 602,296 0000000000000000000ed25fbdaa6aa663c0aa255d5dab2f653aca0a7cfb4274 1,711 0.71/1.00 vMB 21
602,295 602,295 00000000000000000014273b0fd49a34f13d1ba1e1b9032a2c287666853c64df 2,008 0.97/1.00 vMB 16
602,294 602,294 0000000000000000000c6f6f50daf2d277e6868e381179548ba7fc3e530e4f22 2,318 1.00/1.00 vMB 3
602,293 602,293 000000000000000000086046fbc5c0516f9a751b48ee9129ef58219020b2bac3 1,672 1.00/1.00 vMB 17
602,292 602,292 000000000000000000143f9d158e4df5047d5ba1d9fd7cc91cee3908ebabb56d 2,360 1.00/1.00 vMB 24
602,291 602,291 00000000000000000003e2064a7081a3275f14b1ce1f1718a07c3699ce5d6d11 2,611 1.00/1.00 vMB 17
602,290 602,290 00000000000000000011363853644598f4f3a278ea6acee2a89d54f89c487082 2,623 1.00/1.00 vMB 41
602,289 602,289 000000000000000000002d904f22524f3e4515e67e97caa2ad192e4c4f4c47aa 2,785 1.00/1.00 vMB 31
602,288 602,288 00000000000000000013984603882785998257025bc7cb94a861a6ddbf7c3c8d 2,524 1.00/1.00 vMB 24
602,287 602,287 00000000000000000011769d23823d809ad530bb54dec86b473ed09aa0d3227f 2,004 0.71/1.00 vMB 22
602,286 602,286 0000000000000000000ee4a6e4c18ed35a83034796ef6adc6e3e1b00d9c686f0 1,345 0.50/1.00 vMB 17
602,285 602,285 0000000000000000000ca4ec5970d336d0e8a8aa6209197eccb2e31984458ac9 166 0.05/1.00 vMB 18
602,284 602,284 00000000000000000009c9877fd9c1c08131fa1de5fe523fd1fcd95f4dc01e58 2,922 0.95/1.00 vMB 19
602,283 602,283 00000000000000000014315aa7d8b33339d9bc3bfaa445682515a25961daa3dd 320 0.16/1.00 vMB 14
602,282 602,282 00000000000000000001410544a8749e1549acecc182c1d6d1a1e986dbd46924 416 0.20/1.00 vMB 27
602,281 602,281 00000000000000000009d331d7fea748e3ca9c8117a351563cfa61f7563355fe 1,070 0.34/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.67 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: 674.00 GB
    • Received: 16.43 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.