Loading Tool

Explorer IconExplorer

Memory Pool

24,770 transactions
11.86 vMB
0.07012905 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.37/200 MB

Candidate Block

Mining Attempt d2965b199e28fccf21bfba88712027b5cec3e6eab8f3b1932a38b7d7c86596bb
Version 20000000
Previous Block 0000000000000000000061303aecdf2cbbea70a3d58ae0a454550813cc9b3f87
Merkle Root 9fbdd01e9894f0c854222c9b0d603db00237a9f9f90652bbff3664244c1e8f98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 0.997873 1.00 vMB
Total Fees: 0.05041716 BTC
Feerates: 502.67 > 5.05 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,698 (646,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,392 267,392 00000000000000052b5e33c484b9d85b0c0f0a79427c8cc2036c43a44ee5e2f1 175 0.08/1.00 vMB 47
267,391 267,391 000000000000000993a4ea6ed2616f815c13f1bb5deefb66d9150d97ca290c14 64 0.04/1.00 vMB 51
267,390 267,390 00000000000000027dfede1825666a3e80f9a70a285b311191fc37b598bb0c45 74 0.03/1.00 vMB 66
267,389 267,389 0000000000000000cbabdef5a120a0dcc856dc4643ed0179e829f6d2b54a550a 333 0.14/1.00 vMB 56
267,388 267,388 0000000000000000c286a1fad4e08ce2844261fd2df003bc3c81944435400e3d 45 0.02/1.00 vMB 57
267,387 267,387 00000000000000068742633a81302b369a2b2c56c2b5d851d421938f019d2b6c 71 0.03/1.00 vMB 42
267,386 267,386 0000000000000002f70bfe1b06bd3a939fe75955073f7996f0f25b3af9a051e6 116 0.06/1.00 vMB 44
267,385 267,385 00000000000000065547b242394c8e302dc90e36c260d424c3485e3701d133d0 111 0.08/1.00 vMB 36
267,384 267,384 000000000000000a5fb694fe2f8543674aad4df5197602d9817e197050aea8a3 195 0.08/1.00 vMB 56
267,383 267,383 00000000000000002fa1b7e157220df8cff0a4cf1f5c18dc84929a870d5d6d0b 18 0.01/1.00 vMB 45
267,382 267,382 0000000000000004ea27e7992fdf013d4e55eb8ef9dfa9d16043dcb79f981764 26 0.01/1.00 vMB 50
267,381 267,381 000000000000000a5cf2f515d2f45e3961b35d63143e6c1f917fc4ca92a0d193 14 0.01/1.00 vMB 8
267,380 267,380 000000000000000964085a20774ef230b76ea42a73d1a9672299fe84ae844a38 401 0.16/1.00 vMB 74
267,379 267,379 0000000000000000fb7e7eac4ec0047ae3814f3912fd1f8409c39f97fc713f29 236 0.10/1.00 vMB 56
267,378 267,378 0000000000000008869201b2d266cfd0b291938c07886ccc35baa5829b6ea090 76 0.03/1.00 vMB 50
267,377 267,377 000000000000000a6c19069b8861161e914c7b5a369ff78c697fb731ea5bfd3a 19 0.01/1.00 vMB 63
267,376 267,376 00000000000000043d2ddc64b0b8ee599d8505362bc4ada3b5d2738c7db367bc 22 0.01/1.00 vMB 39
267,375 267,375 00000000000000075dda9c987096d86d884d3a960d5cd309ca5cba59f0dadf35 49 0.02/1.00 vMB 53
267,374 267,374 0000000000000002e9290bd727cc551ce338517d1dcc8aacdf1ab06981e165b1 87 0.04/1.00 vMB 57
267,373 267,373 0000000000000008b2346b9fb7ed1771ae4a866e1010aa351dbb076efaa1e328 272 0.15/1.00 vMB 52
267,372 267,372 000000000000000500db32f6e872733047ceec13badda7e83ea11c977a06ef61 114 0.04/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 780.09 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: 492.71 GB
    • Received: 3.44 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.