Loading Tool

Explorer IconExplorer

Memory Pool

80,653 transactions
33.97 vMB
0.12946862 BTC
Random Selection Loading Transactions
Max Size: 193.01/200 MB

Candidate Block

Mining Attempt b02d30fa8ad02f344ce91a075c5876e838718d202ce05ccde29971ce2f3d9e9e
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root f6a94bb00ef9da888e83ae8138e15b9582e2f17309a88ec50312c4c8a8d27e74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.02175375 BTC
Feerates: 104.71 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (434,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,164 481,164 00000000000000000110ca029553bf0293be5f5fa196c4712927ae324c4c3605 2,143 1.00/1.00 vMB 328
481,163 481,163 00000000000000000059204e0ef5b32c706b4f9a60655a1c2dca97b57c90fd08 2,039 1.00/1.00 vMB 273
481,162 481,162 0000000000000000004c837e94d2644de29f5d2b221b641cb7ec1edf97e3d90b 1,805 1.00/1.00 vMB 123
481,161 481,161 0000000000000000004beb5baaf68922479bc726cb64932f2813942f1cd640ce 2,191 1.00/1.00 vMB 276
481,160 481,160 000000000000000000f63dfb2adfe249e5185de9691cc7b43705ceee87caae81 2,017 1.00/1.00 vMB 156
481,159 481,159 000000000000000000e0a3a690cf71dc73d3ffbcb8866ba7cfc034bc06205b6e 2,126 1.00/1.00 vMB 160
481,158 481,158 000000000000000000d8e1af815f3cf929434a021272a3df52b1a8f05e01e040 2,261 1.00/1.00 vMB 244
481,157 481,157 000000000000000000118d30425f8654a17720f193c649bdf5755d00afa7e815 2,260 1.00/1.00 vMB 153
481,156 481,156 0000000000000000006bd937120b4bb24000dac9bc486747ab67777a5436e1f6 2,188 1.00/1.00 vMB 173
481,155 481,155 000000000000000000f6995b2985180ef0fd457daf04631731ba958fd0719a7a 2,150 1.00/1.00 vMB 234
481,154 481,154 00000000000000000027664fe3c8d1b1b0c2963c6e76ad0ed2f813f19d9a790e 2,003 1.00/1.00 vMB 290
481,153 481,153 0000000000000000001f88de33d05a5d6af9498b1ba8b1b20b4d17c1524b8fc0 2,219 1.00/1.00 vMB 316
481,152 481,152 0000000000000000004815f5c63179dd3a401e74c11a6b56dbedcff572e11ca3 2,147 1.00/1.00 vMB 345
481,151 481,151 000000000000000000dbde82af6c10c57b62427c466ee58c2bb1e3eb7d781a2e 2,457 1.00/1.00 vMB 297
481,150 481,150 00000000000000000091e80d4e19938d02606004cebeeb0d2d4a8291ecd8e22c 1,956 1.00/1.00 vMB 258
481,149 481,149 0000000000000000011e12bd65466b4f023676a1b9c04f4cc0688fb789862505 1 0.00/1.00 vMB 0
481,148 481,148 00000000000000000061c2aa0e1d65184f79a7020cc75969f118ec4443350dd3 2,103 1.00/1.00 vMB 240
481,147 481,147 000000000000000000945cf599cab21ed7ea7ff655de5ed82788b3f4d44c5fbb 2,532 1.00/1.00 vMB 296
481,146 481,146 0000000000000000012973c3a3c9eff7fbc908673d164f8da740f919f5fcc931 2,402 1.00/1.00 vMB 227
481,145 481,145 0000000000000000009c32ed073f91b0e359fe55e60c858115d8588718330da1 2,122 1.00/1.00 vMB 281
481,144 481,144 000000000000000000b7835846f58befaa8dfe10eed48e9c564acbbf54d4000a 1,953 1.00/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 783.09 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: 725.90 GB
    • Received: 18.44 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.