Loading Tool

Explorer IconExplorer

Memory Pool

78,188 transactions
29.41 vMB
0.07267253 BTC
Random Selection Loading Transactions
Max Size: 177.10/200 MB

Candidate Block

Mining Attempt 3813bb8212d99a57358edcd00e81ec35b5f50395fca13ae113ad0b05bd8a4cfe
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 3682ddfa23db233c2c0cff75055aa27ac63fcd9a304b9762740eb819ec385acf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,020
Size: 1.00 vMB
Total Fees: 0.01102484 BTC
Feerates: 25.13 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (247,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
667,166 667,166 0000000000000000000bd63738b258bda50f93a1f07850d39259c0c2d3e52680 1,355 1.00/1.00 vMB 102
667,165 667,165 0000000000000000000cc0a4fd1e418341f5926f0a6a5c5e70e4e190ed4b2251 2,889 1.00/1.00 vMB 103
667,164 667,164 0000000000000000000364350efd609c8b140d7b9818f15e19a17df9fc736971 1,880 1.00/1.00 vMB 92
667,163 667,163 00000000000000000008512cf84870ff39ce347e7c83083615a2731e34a3a956 2,539 1.00/1.00 vMB 97
667,162 667,162 00000000000000000001363a85233b4e4a024c8c8791d9eb0e7942a75be0d4de 2,574 1.00/1.00 vMB 98
667,161 667,161 00000000000000000005d70314d0dd3a31b0d44a5d83bc6c66a4aedbf8cf6207 3,140 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.