Loading Tool

Explorer IconExplorer

Memory Pool

54,502 transactions
31.39 vMB
0.13465291 BTC
Random Selection Loading Transactions
Max Size: 169.34/200 MB

Candidate Block

Mining Attempt 52e3c5cd8a04f5eef6ed1071af08a8776c0b1b70bfbcd862f31ed87dc61b671f
Version 20000000
Previous Block 0000000000000000000062eca90b6c850441ed7ba51b4482cf00fbe216ef2a8c
Merkle Root 14154858aac8f855754dbb1d3b1ebb403832c597ff18c07030794953467bdfab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,433
Size: 1.00 vMB
Total Fees: 0.04158417 BTC
Feerates: 301.27 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,814 (130,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,185 784,185 00000000000000000003ff7e7a4f7c3c08d152bc180ee8c8dc378151125aefad 2,723 1.00/1.00 vMB 33
784,184 784,184 0000000000000000000235c1c44f1d458b1c2224feb89e29bf68f2542a10f673 3,568 1.00/1.00 vMB 46
784,183 784,183 0000000000000000000241204437a3b0752d3ef3aebb1552c2113b607a0293fc 1,397 1.00/1.00 vMB 10
784,182 784,182 000000000000000000007df4b8fa9076fa82d11f50ca8b487a8a2a51cd477e78 1,015 1.00/1.00 vMB 5
784,181 784,181 00000000000000000005f32ba79db5d86da4c8a46660f03b26ff40e86336b406 1,138 1.00/1.00 vMB 5
784,180 784,180 00000000000000000000ac1918a006e2fe7c9190c3a3ec25f69b4e09a1d72b3c 2,319 1.00/1.00 vMB 13
784,179 784,179 000000000000000000046454b40dbf63f58c5efd6aebb769238fc6d51ed48b87 3,357 1.00/1.00 vMB 28
784,178 784,178 000000000000000000045898c51a60e07a409fd66472d47faf312080b09105f2 2,070 1.00/1.00 vMB 15
784,177 784,177 00000000000000000004e9d7c63d739170a2f238c8aa9430070c11e18654f205 2,675 1.00/1.00 vMB 31
784,176 784,176 000000000000000000024064117456deda87aa58ef493113def57a9e950ea05d 1,355 1.00/1.00 vMB 6
784,175 784,175 000000000000000000018ba2b5048a9efad28f5196557006510d70f3729f260c 1,635 1.00/1.00 vMB 12
784,174 784,174 000000000000000000021b824514e33a55d2de1be7d2a67e568c69cae03e5022 1,839 1.00/1.00 vMB 5
784,173 784,173 000000000000000000000eb6b8904779dbbb893d7a13c9af72e2cc84f52de065 1,434 1.00/1.00 vMB 20
784,172 784,172 00000000000000000004e6581c156cb08f9e3f77bd604b3916fc5826e61dff93 2,616 1.00/1.00 vMB 15
784,171 784,171 00000000000000000002a3bb90e1ba9410d74889c5f46693c2491efafedc390c 469 1.00/1.00 vMB 4
784,170 784,170 00000000000000000003c8cbeacb3206160fd14354fed1eea13db0236c51707e 1,178 1.00/1.00 vMB 14
784,169 784,169 00000000000000000004a725ac9235845b06bd4d3a9a7e2a032427d590dd15f0 1,652 1.00/1.00 vMB 13
784,168 784,168 000000000000000000040dd9ca14457db722e703e42def9b6e36880dac4d74e1 2,612 1.00/1.00 vMB 19
784,167 784,167 00000000000000000002d74dd6031ddf0e8f70320e90d8847d73701408da4067 1,925 1.00/1.00 vMB 13
784,166 784,166 00000000000000000004d2de98b786a30bf4cf5188f342bdf05a5c1312651a4c 2,323 1.00/1.00 vMB 16
784,165 784,165 0000000000000000000518e5f04cba1ede8a5d89a71d384f7de47cf01c562880 2,302 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.06 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: 651.14 GB
    • Received: 13.43 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.