Loading Tool

Explorer IconExplorer

Memory Pool

79,685 transactions
29.62 vMB
0.08804423 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt e12b499714f25644fe0180ad5a195d194f40f3e53964419bf08c3940663ccaf7
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 476e4e88ae81ea815727de98857ca03b9c4b0631d2a8df27257e71be52905ccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.02523645 BTC
Feerates: 100.11 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (106,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,158 808,158 00000000000000000003efe899c3855cbdbda939a4c42c466faf964a9bd4050d 4,372 1.00/1.00 vMB 21
808,157 808,157 00000000000000000000c0074a9dd3df9f4dfc8e490c62fe44a5c71ced2d5b81 3,077 1.00/1.00 vMB 22
808,156 808,156 00000000000000000004730b8c6b67661fe9a4f2e2e1566385c7a5cb99e75053 3,562 1.00/1.00 vMB 16
808,155 808,155 00000000000000000002ebad47c8a4792a026df2cac9525485d88e968d3af6e9 3,865 1.00/1.00 vMB 18
808,154 808,154 000000000000000000013f172e1061576288889b072a5a786838b23c2dfef65f 4,110 1.00/1.00 vMB 22
808,153 808,153 0000000000000000000388aae0bff83b04998d90dbfd51d031f35bd4f0568924 4,339 1.00/1.00 vMB 16
808,152 808,152 0000000000000000000022525b02a20addc274f155680606eea8cca37cd1a4b5 5,775 1.00/1.00 vMB 18
808,151 808,151 000000000000000000026090ecaaf376f61490e9b58c9e49fdd6d01790ad5aa3 4,137 1.00/1.00 vMB 19
808,150 808,150 00000000000000000001189fa1c6ed4de4bebceabbc8f3947d040c8cdc9f4a35 4,510 1.00/1.00 vMB 16
808,149 808,149 0000000000000000000047a97b078e6f74b56d9ccb8ea5c6c58bf1bfa59408a0 5,984 1.00/1.00 vMB 17
808,148 808,148 0000000000000000000037964f74e9be3af927d7cde92babc6c7974cf37fb2f2 5,020 1.00/1.00 vMB 16
808,147 808,147 00000000000000000003424910dfc9d03c74b6b4e286e85f739db48ac105f0db 3,311 1.00/1.00 vMB 20
808,146 808,146 000000000000000000051d5cd2460b3db69ee43540846d3ad8a4297a83a5384d 5,191 1.00/1.00 vMB 20
808,145 808,145 0000000000000000000454907a579aaa8c74cbbf2481e4f4d545ae3e5dfe47bc 3,280 1.00/1.00 vMB 17
808,144 808,144 00000000000000000002925f953d1020cdb6daaab0387930d1f5fb3ba6d006f8 2,147 1.00/1.00 vMB 18
808,143 808,143 000000000000000000042d5617e256220bc33061f83172e5073b6990f6b45d5c 2,838 1.00/1.00 vMB 21
808,142 808,142 00000000000000000001b893c020a66c88e35799cfc60712311b0b65ca160fc9 3,034 1.00/1.00 vMB 30
808,141 808,141 0000000000000000000004d17158f8b071ba145ba29fc9961c0a3977c1394f3b 3,079 1.00/1.00 vMB 25
808,140 808,140 000000000000000000005b15d2670ac86720931c10ae82dfc6a201774af9f863 2,553 1.00/1.00 vMB 23
808,139 808,139 00000000000000000000fa16478c0d833e964427ee85a27030b58e91f0303f0a 2,379 1.00/1.00 vMB 24
808,138 808,138 000000000000000000004fbdac09e68f3360ed6b1f9a2639da67b0d88347c256 7,030 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.