Loading Tool

Explorer IconExplorer

Memory Pool

25,519 transactions
26.65 vMB
0.05505691 BTC
Random Selection Loading Transactions
Max Size: 127.60/200 MB

Candidate Block

Mining Attempt 059b94323e188348a3d80333a3df48f1559430f34afc73e8c8f05554e5fcdd79
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 8cd95f2f6e7023388d377e2f97f7d7e39622344dd3996edc085dbaeb073742c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,744
Size: 1.00 vMB
Total Fees: 0.00522775 BTC
Feerates: 73.20 > 0.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (444,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,049 470,049 0000000000000000012c32e76a46d4c5f170c79dd60bc47db806ef4a4c38f4c2 2,507 1.00/1.00 vMB 221
470,048 470,048 000000000000000000d7dcbdc3ed715f50e2781e0113b0f018bc5f3b5409c8e1 2,018 1.00/1.00 vMB 296
470,047 470,047 0000000000000000000cc1e626b69cab81316f70857cebe8eaecf1dd1123cd09 2,347 1.00/1.00 vMB 430
470,046 470,046 0000000000000000012743ad41630febd88dbcbb429de0319b399799978e875a 2,425 1.00/1.00 vMB 415
470,045 470,045 000000000000000000f8adebaf2333ce3a1fbd7b8f4ceaa9c004c4a160e602a9 2,122 1.00/1.00 vMB 319
470,044 470,044 000000000000000000d0fcc40061fdd27abe3f623764f02deff664c2a532d951 2,020 1.00/1.00 vMB 349
470,043 470,043 000000000000000000f65842638c97c90daa6566282fc954480dfbde5c635ec6 2,404 1.00/1.00 vMB 504
470,042 470,042 00000000000000000107639d2954a22b4f5ccb9a453b3e66e3fad0dcac239232 2,008 1.00/1.00 vMB 398
470,041 470,041 0000000000000000014ff885edb3dd462d9b61390ab61ae7530e3974d77ebf3f 1,734 1.00/1.00 vMB 239
470,040 470,040 0000000000000000001de7fb10c85b963ea52732837c94263f7c8d11417a8553 1,679 1.00/1.00 vMB 374
470,039 470,039 00000000000000000135540ef10fb2ecc2456d53e98ddedb69c964153dcdca4e 2,402 1.00/1.00 vMB 280
470,038 470,038 000000000000000000944b7875aaeb0d7cbbb6da1b8a1a3029265c6f3e33ab42 2,423 1.00/1.00 vMB 377
470,037 470,037 00000000000000000056a7f17444ee601e423a1c397b32cddf73932f29f5b0c1 2,422 1.00/1.00 vMB 421
470,036 470,036 00000000000000000035f11fe726bf88a940a8cfdf5067c61cc6b72124c10c23 1,614 1.00/1.00 vMB 485
470,035 470,035 0000000000000000018930bc13a1bafad915038896c361a1e2b7e95d56e8835e 2,412 1.00/1.00 vMB 420
470,034 470,034 00000000000000000140f9fbfbbc3960f57965d1281d79d3464ef2fb30a08e1a 1,237 1.00/1.00 vMB 213
470,033 470,033 00000000000000000026fcac4e5a53f738c7606509361ba5c4a17a08b7940962 1,524 1.00/1.00 vMB 265
470,032 470,032 0000000000000000012e144d32c064485c8082b2a8df4c4edeb0a4ca8e5ef671 1,509 1.00/1.00 vMB 317
470,031 470,031 000000000000000000ab9523d7541b362e2939158f271453054372abf724703f 2,333 1.00/1.00 vMB 360
470,030 470,030 00000000000000000100a3bf2e358a3cd5bc11e2f975e63a703a03f976a50923 399 1.00/1.00 vMB 50
470,029 470,029 0000000000000000015f8b5fc5dcea7cf7cba88ad4c5c7412eedb92fd5efda4b 1,822 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 781.49 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: 611.93 GB
    • Received: 10.93 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.