Loading Tool

Explorer IconExplorer

Memory Pool

45,210 transactions
28.62 vMB
0.08383216 BTC
Random Selection Loading Transactions
Max Size: 151.73/200 MB

Candidate Block

Mining Attempt 2d785fe0c29776cc18f6f61680c59e1a815fb158cb3c9c27cc2a396549cf8bae
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 7b9e89b38574fda0da1405b1e5b2b97b8ec33dfe0e485e86295b7cf169a24849
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.02931113 BTC
Feerates: 150.92 > 2.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (331,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,499 583,499 0000000000000000001754a9475a88e70f4314db970a56e923bc15aed55d74e9 2,676 1.00/1.00 vMB 46
583,498 583,498 000000000000000000012fdf5340c46b0ff27c70aba6e09d338fd6cf317abd3c 2,722 1.00/1.00 vMB 56
583,497 583,497 000000000000000000185e0e38f38fa742d83f0ff21349710353e2b267d850be 3,241 1.00/1.00 vMB 102
583,496 583,496 000000000000000000035ae1e09e89f6c5f57bb3d7178901e7a2bba5c8956515 2,269 1.00/1.00 vMB 28
583,495 583,495 000000000000000000182d488796c5460e2e381edfd5cf5284ad2eb8aafe06af 1,775 1.00/1.00 vMB 44
583,494 583,494 0000000000000000000af5609d104247c89f84a11c2818e5bb4facc4c09549d0 2,848 1.00/1.00 vMB 93
583,493 583,493 00000000000000000006efa5bd3618a977e77c198a16b9d34c13bf8a8edf23fe 2,780 1.00/1.00 vMB 56
583,492 583,492 0000000000000000000626a3bbc2fdc922f520ac6de2fc23617fee69a38aa4b1 3,061 1.00/1.00 vMB 38
583,491 583,491 00000000000000000010ad48c5428e311e6b87bcf1b0cb0aac1b7f96b780df1d 2,759 1.00/1.00 vMB 93
583,490 583,490 00000000000000000011a259104201b7f9946b184a320cf85ed36934947b0fd7 2,697 1.00/1.00 vMB 86
583,489 583,489 0000000000000000001c46136bdd841d2bb3693503ddbf13441f12759e9f99c7 3,044 1.00/1.00 vMB 113
583,488 583,488 00000000000000000021a35b5a25965a625efd187741448d1692b35dc37652e2 3,376 1.00/1.00 vMB 90
583,487 583,487 0000000000000000001919d9da6b0111867bbf80bc88a71498efa9ad6cecf127 2,875 1.00/1.00 vMB 69
583,486 583,486 000000000000000000182408dffd4c11a1e45de53bc1b0a9502c58b5a9fcc0be 3,258 1.00/1.00 vMB 87
583,485 583,485 00000000000000000012a84151886b328a06fec15f024783459541284289e4b9 2,016 1.00/1.00 vMB 104
583,484 583,484 00000000000000000016d392df7e1216ef63e53b2506146b98532483fc514d80 3,098 1.00/1.00 vMB 124
583,483 583,483 0000000000000000000806f8e37169853b1a33dc8f58c1ad03a0b44a284c5241 2,451 1.00/1.00 vMB 45
583,482 583,482 0000000000000000000e9c330ec0d76bff3cb71a7a5583b096d36ef947996f06 3,096 1.00/1.00 vMB 78
583,481 583,481 000000000000000000072ecb214c61c564d9b49ba66b408381993d0247466c58 3,410 1.00/1.00 vMB 85
583,480 583,480 0000000000000000001859fd594582e3fccabc693e0c647d3633ebc896a50bea 2,193 1.00/1.00 vMB 92
583,479 583,479 0000000000000000000247184e45de9c06bc3c3f748ed1205dcbc5ae73456495 2,670 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.