Loading Tool

Explorer IconExplorer

Memory Pool

82,206 transactions
31.55 vMB
0.08425094 BTC
Random Selection Loading Transactions
Max Size: 187.85/200 MB

Candidate Block

Mining Attempt c2264fd84c21112bf9c38b24e25ecd7e3a4986ce94516247e378d074ad3966f5
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root f3b7ca6eebc538787176e3e31c7a3a5155e96df74425240d91b232ea760a8ace
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,293
Size: 1.00 vMB
Total Fees: 0.01668458 BTC
Feerates: 157.11 > 1.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (247,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,187 667,187 0000000000000000000873c8af5980ed29ebbf54ce53f5d2c90e848d2b9c9aee 2,776 1.00/1.00 vMB 118
667,186 667,186 000000000000000000067a7d5bbf0bdeed6cefb6eabbeac08d59e3b2b24ef39a 2,907 1.00/1.00 vMB 82
667,185 667,185 0000000000000000000c4d1c57d6e1de2815ded683ddc31e547a245089d96dd5 1,985 1.00/1.00 vMB 93
667,184 667,184 000000000000000000034ca901116ea2aee9a54a307ab80ea9ad060cc41c44f8 1,944 1.00/1.00 vMB 90
667,183 667,183 0000000000000000000c1c3d078c0aa23aee6441abd10587514a3c1189d30b46 2,930 1.00/1.00 vMB 117
667,182 667,182 00000000000000000008fd614670464406c6a3b98ec149fed89a807f4eb2cd49 2,365 1.00/1.00 vMB 100
667,181 667,181 000000000000000000050110343215dd609398ed46211e79d0efe28f006e105e 2,012 1.00/1.00 vMB 91
667,180 667,180 000000000000000000028c402576d08d4b72e5b0bc7aa21d2a925b64c654a853 714 1.00/1.00 vMB 96
667,179 667,179 00000000000000000001d4e8c6c9bd1c04d5c91663648aab9a03c5982af820d1 2,555 1.00/1.00 vMB 108
667,178 667,178 0000000000000000000954f07165481e4811010f92d200c4cd7cd6a0383b5d96 2,345 1.00/1.00 vMB 105
667,177 667,177 000000000000000000080d6152ec3eeca75ee3df71e726d7d11aa6109f77ce08 2,794 1.00/1.00 vMB 109
667,176 667,176 00000000000000000006a7058174d31a870a27c8aba3c5d0fc7c7a6118c2636b 2,885 1.00/1.00 vMB 108
667,175 667,175 0000000000000000000afc6fbe5d98b17371389e0efa70d88285c053ed72c248 3,232 1.00/1.00 vMB 140
667,174 667,174 00000000000000000007f617e449fbd22b90a81d99dc8a9cd7e0dff7db9dc619 2,105 1.00/1.00 vMB 42
667,173 667,173 0000000000000000000883e4352b36883c3aeb27c3f5f409dce40da2abd68a0b 2,486 1.00/1.00 vMB 49
667,172 667,172 0000000000000000000a8873e4ce869bddb3292f9c0ba472c8d6c151425b0437 2,766 1.00/1.00 vMB 68
667,171 667,171 00000000000000000003580aa38a2a00f830ac0bd5f571e615de5909a724e25c 2,770 1.00/1.00 vMB 60
667,170 667,170 0000000000000000000ca04419e05991399b01192c35916867421386d655cef9 2,725 1.00/1.00 vMB 94
667,169 667,169 0000000000000000000a4c821f7fbe99cce1c11bc9e412514520f0d12dee13a2 2,754 1.00/1.00 vMB 112
667,168 667,168 00000000000000000006fe2cfe44e794d52df49ee6b58d84c1f70489654d02a2 2,217 1.00/1.00 vMB 102
667,167 667,167 000000000000000000067021097a37acda1d1737e0db30b16d6d3cafa79cd5b4 2,831 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.