Loading Tool

Explorer IconExplorer

Memory Pool

87,117 transactions
32.37 vMB
0.23490403 BTC
Random Selection Loading Transactions
Max Size: 193.51/200 MB

Candidate Block

Mining Attempt 0755d7931ef0c3191f6cc6a3d06667fdfc080e4d1a48c1d8e78a4cddbc1b5540
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root c169fa844b1ee790b7a02dbfac19303b69c50d48df8cc3a238f65c50b5891682
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,279
Size: 1.00 vMB
Total Fees: 0.10398537 BTC
Feerates: 529.10 > 10.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (300,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,274 614,274 0000000000000000000e386a3a2bd47f9bd622623042ea9e4ff562ff7ae7f633 396 0.15/1.00 vMB 78
614,273 614,273 0000000000000000000f10f1bf9710334c471cf379b697352b68da651d90db45 638 0.19/1.00 vMB 110
614,272 614,272 00000000000000000007a6be31011560f1e3abe8f125e356a31db6051753334e 1,927 0.94/1.00 vMB 17
614,271 614,271 0000000000000000000ea92152fd4c5017b335ba5fceeed9ed90a1542ba53169 3,341 1.00/1.00 vMB 6
614,270 614,270 0000000000000000000333c88858a2ad0aca2a857ee34264ee46c71356cfa9f3 2,898 1.00/1.00 vMB 13
614,269 614,269 00000000000000000001cf34cad7e9c6d86ec2b89ea4b69c38c8ff1df1c73b78 2,740 1.00/1.00 vMB 18
614,268 614,268 00000000000000000001784c3dd2ff8c4f28cd6c41efd87bf07421bdf0b70971 2,498 1.00/1.00 vMB 7
614,267 614,267 00000000000000000003f76c30c9a99baf75b4a2d5dbc9bdbefb0050db195246 2,163 1.00/1.00 vMB 11
614,266 614,266 000000000000000000106f4dff73213c4f90868e1db809c46cd3d4b9dbe7a014 3,241 1.00/1.00 vMB 12
614,265 614,265 00000000000000000002a3d7f5640a61cad983620a80e965bbff9084037fc86a 3,006 1.00/1.00 vMB 17
614,264 614,264 0000000000000000001100e869c2bf59451b27b7ea169807c3d19dcdeb0bf560 2,152 0.73/1.00 vMB 11
614,263 614,263 00000000000000000003f99ad53b10813cadf6cf08faca62903ed696ba4c78b6 1,599 0.60/1.00 vMB 11
614,262 614,262 00000000000000000005f3303b5d69bb5d2998a5711cd833cd821f41214026f2 1,313 0.39/1.00 vMB 12
614,261 614,261 0000000000000000000ff0a8f4a725ead383b31e3c576617864037bdd459d174 2,076 0.69/1.00 vMB 12
614,260 614,260 00000000000000000007780e58b61ed964a74b6e6d3a25fa55a9d4988958f1a4 1,419 0.52/1.00 vMB 8
614,259 614,259 00000000000000000003caeab94cc9eae6a86f41c91122e4386cdf2698172e13 746 0.23/1.00 vMB 11
614,258 614,258 0000000000000000000f4ae015e2b539ff4e54d84ae08f17b642319ec0af9e33 778 0.30/1.00 vMB 13
614,257 614,257 0000000000000000000d03367dddbf4ee3ecdacab04bddc7890048cd17a6fd3a 2,739 1.00/1.00 vMB 12
614,256 614,256 00000000000000000002c30333007248caf4aa9a68a4aa6686d6f35f625bd26a 2,118 0.72/1.00 vMB 12
614,255 614,255 0000000000000000001130557ca91e317fb131e8280ee8251f5db090f8516188 1,807 0.95/1.00 vMB 4
614,254 614,254 0000000000000000000b080af87f6ad2fdea96981fb3b2d314043189aa659038 3,007 1.00/1.00 vMB 18
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.71 GB
    • Received: 16.32 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.