Loading Tool

Explorer IconExplorer

Memory Pool

44,936 transactions
27.24 vMB
0.06772490 BTC
Random Selection Loading Transactions
Max Size: 143.09/200 MB

Candidate Block

Mining Attempt 5b7629fb7e206bf674fad4d9e561ef8d5b724b3e0c327aeee98b4c7b005ce612
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root 6609747135aa5d1013700229e11d85c672028358236778e9dba50b1cc72f9a24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,591
Size: 1.00 vMB
Total Fees: 0.01638116 BTC
Feerates: 100.00 > 1.64 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (456,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,080 458,080 00000000000000000213fd346e69238ffacb240c76b4a5aa1f166f5fdb5575c9 1,774 1.00/1.00 vMB 156
458,079 458,079 0000000000000000003ca69723066edd8bca79f6147401b4c43101d168f3c8dc 1,430 1.00/1.00 vMB 138
458,078 458,078 000000000000000000689b2196545ab6561f5888281fe37bd1ffe6a1d95e2f95 1,631 1.00/1.00 vMB 109
458,077 458,077 000000000000000001f007d0d4b5d2c5a583f4977f74aa54595a7197783f24b3 2,811 1.00/1.00 vMB 144
458,076 458,076 0000000000000000020946733babef5bf813022edd37a14ed15b0760083c1c89 1,274 1.00/1.00 vMB 150
458,075 458,075 000000000000000002004bae980d31357f9354fac031f2661b772c6aeec08ba0 1,994 1.00/1.00 vMB 198
458,074 458,074 000000000000000001f5c60b1cb1db832bfa30c2511adf2373797907ef3b8083 1,879 1.00/1.00 vMB 162
458,073 458,073 0000000000000000022620c3ce0645996c41c5b0e464d79079e10af84a08c14c 2,229 1.00/1.00 vMB 190
458,072 458,072 000000000000000000fc3c7972e1599952ea19a7ea2a9d325b321495919abdaa 1,455 1.00/1.00 vMB 245
458,071 458,071 00000000000000000201883b50bb52448bbd5e91fa26dcd56873fd59352b86ec 2,270 1.00/1.00 vMB 172
458,070 458,070 000000000000000000edd2ec38e76c7f5ba6e472b887923a6505d66feaa5c81f 2,041 1.00/1.00 vMB 160
458,069 458,069 0000000000000000016645205c562b5d20ef2e2dced18e9ff127fa434ec6836c 1,273 1.00/1.00 vMB 146
458,068 458,068 0000000000000000013dc946545197a7f75321c4c6790a730de6755e2af6cc23 2,201 1.00/1.00 vMB 199
458,067 458,067 000000000000000000b90f92fb4c16986d39044eb24c7902c6a8e1b66b1d3959 2,868 1.00/1.00 vMB 245
458,066 458,066 000000000000000001556e0f0be9176443b7d5f1a99215f4b41a9f4afbd972f9 1,961 1.00/1.00 vMB 196
458,065 458,065 000000000000000000968511b3f2ecc190885b060550072d6c3f1bd8e54942ed 1,759 1.00/1.00 vMB 188
458,064 458,064 000000000000000000d232006f1f3d2bea8cb7e869cb3d4a0d9938d7a5f8768a 2,593 1.00/1.00 vMB 222
458,063 458,063 0000000000000000018e4b187b23a1dea61d99d703eabf6bfe7d703e5e4fb99a 2,694 1.00/1.00 vMB 243
458,062 458,062 000000000000000001fcf8d3e84b9d34552c6841bed01b092ba7ad0cf8bb5120 2,111 1.00/1.00 vMB 169
458,061 458,061 0000000000000000000b61c6ac25abe199136d42380cabca0267b55a4491e9f2 2,569 1.00/1.00 vMB 202
458,060 458,060 000000000000000001aaff487ead7a8fb1d30da4f83b7f8ebfd10e1733be604f 1,422 1.00/1.00 vMB 233
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.05 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.