Loading Tool

Explorer IconExplorer

Memory Pool

79,006 transactions
29.54 vMB
0.07217494 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 1374df884bf4b122819a38751b9a0f6364c113bb43dfbdb71263f365224088fa
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 6a023b938ce753ffd4efeb8104d0421e1bf80880c3c1bcadccce9bfe5538e236
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,789
Size: 1.00 vMB
Total Fees: 0.01223466 BTC
Feerates: 502.65 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (418,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,425 496,425 000000000000000000534e8f859fd53480df7a7bb08b4ce3bdce8814a2e7b2dd 2,607 1.00/1.00 vMB 140
496,424 496,424 00000000000000000025d4b9e210c98fb3dc01f295450f4405f28f7e91f31e85 1,893 1.00/1.00 vMB 133
496,423 496,423 000000000000000000045109909af5acd5fe7f1f2b23bbf39044b9407655d975 2,832 1.00/1.00 vMB 142
496,422 496,422 00000000000000000094e13f882ff2d7e7e1904d5e9f02fd47b4cfaa8ca347cc 3,019 1.00/1.00 vMB 155
496,421 496,421 0000000000000000008ef6274747ce9b4dcefb4364d134c8c631e014cc5ca05e 3,356 1.00/1.00 vMB 144
496,420 496,420 000000000000000000cd2c3be42ac2c1a155f80627175bb1d8b7242b0bf16b97 2,523 1.00/1.00 vMB 156
496,419 496,419 000000000000000000c742020d993581f95f02a44e7bf5e9971f4af6ced5f5fd 3,052 1.00/1.00 vMB 181
496,418 496,418 000000000000000000ce9a5a518df2d7e626b88f39453a2b4601528737df5330 2,886 1.00/1.00 vMB 172
496,417 496,417 000000000000000000be73f64940abba5795ddeb99477c2d12a58d68c216b4c5 2,265 1.00/1.00 vMB 162
496,416 496,416 000000000000000000ad7ed3036d060acdc48a37b8e8888347c786f741ef4ab3 2,995 1.00/1.00 vMB 170
496,415 496,415 0000000000000000007c3160e3f097a33e51b0ebf3f60f03c732fdc1c5404c47 1 0.00/1.00 vMB 0
496,414 496,414 00000000000000000008b74e359dd486a77da426b7fc7ec0618c8033ed9e8482 2,770 1.00/1.00 vMB 166
496,413 496,413 000000000000000000a53dbc07aa23e24f142f13486663c764b7f1929c2eac59 1,428 1.00/1.00 vMB 157
496,412 496,412 00000000000000000002662381845de29376524f9a1e43b02a5c85abbd97542f 2,770 1.00/1.00 vMB 184
496,411 496,411 0000000000000000000f14159701571d8d18cd519547185bcb8acc8b30e48152 2,629 1.00/1.00 vMB 265
496,410 496,410 000000000000000000b372f664d08da5f907a87449b9b5ad82ccdde2a142559c 2,077 1.00/1.00 vMB 193
496,409 496,409 00000000000000000059faf8242bacc638afa6ff47fa48c6573f1439d3f7dbb9 2,632 1.00/1.00 vMB 153
496,408 496,408 0000000000000000002768d227e7cba0c24794814ccd26b1213a9e4d02d4d5f2 2,666 1.00/1.00 vMB 230
496,407 496,407 000000000000000000c46427fc49b8844f92acd05bf4189d5d34ef83e9026ea4 2,372 1.00/1.00 vMB 155
496,406 496,406 0000000000000000001a3a1c772c45fe832d577086c3a0f4b4519bbbba9e273e 2,868 1.00/1.00 vMB 187
496,405 496,405 0000000000000000008621a8da0a90d78b014055f2de10b83b2c5183a7544bae 2,671 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.41 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: 665.17 GB
    • Received: 15.09 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.