Loading Tool

Explorer IconExplorer

Memory Pool

78,466 transactions
29.42 vMB
0.06781440 BTC
Random Selection Loading Transactions
Max Size: 176.79/200 MB

Candidate Block

Mining Attempt 4700f099e2c291aa6fe3872dbc55ff8d61234661c13dd18b1838ed1b3010265b
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root ebba3c928e4b4698ffaddb30f1a0d5b5a35dc9195dd672f9803c4d0a0ffcf578
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,125
Size: 1.00 vMB
Total Fees: 0.00816729 BTC
Feerates: 150.93 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (231,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,273 683,273 0000000000000000000cc09df69592553f00431741a9e49e540a3be66da541f2 1 0.00/1.00 vMB 0
683,272 683,272 000000000000000000037c05d54e63858ddcd16c02f1a4fecfe4a1c15fe4814a 2,698 1.00/1.00 vMB 50
683,271 683,271 0000000000000000000739e6cbf92cd92452feb74eed35f3054192971717f326 2,180 1.00/1.00 vMB 57
683,270 683,270 00000000000000000006170cff471c9d12ffffff8fe2acf46e115b092e2d88a4 2,832 1.00/1.00 vMB 70
683,269 683,269 0000000000000000000d6f4c00b0ab128e793c2751235f932a4da08d5b892bae 2,456 1.00/1.00 vMB 55
683,268 683,268 000000000000000000000865c02a6efaab0aec6c67c69e1a396b8de9822c7c70 524 1.00/1.00 vMB 58
683,267 683,267 000000000000000000047a07b6a8500eea0a3ff8b1cefffa8b181582f1bfb5ca 1,197 1.00/1.00 vMB 61
683,266 683,266 00000000000000000005845c0f83486842bccd0b257cedd911d99384b21eb1e3 946 1.00/1.00 vMB 57
683,265 683,265 000000000000000000076e4169cd0e643fb8f4449a3b9323a51efd7c456471d4 3,014 1.00/1.00 vMB 82
683,264 683,264 0000000000000000000b0f7f371d848395dd6997ab672cab7f64bc92560ef26f 2,281 1.00/1.00 vMB 73
683,263 683,263 0000000000000000000c35e75454c062c933ab8163dd3d52a716eaaa1c456074 427 1.00/1.00 vMB 6
683,262 683,262 0000000000000000000cc0940d9510ecd5bacb59c4f19d5c8af71e6deaacee3a 260 1.00/1.00 vMB 4
683,261 683,261 0000000000000000000cc6b85dd07f3e0f053f8f878a5f21b1b2afcf76abcb2b 593 1.00/1.00 vMB 5
683,260 683,260 00000000000000000004f08be9eac22328e9fe0ff954201525f9021442addcdc 931 1.00/1.00 vMB 15
683,259 683,259 0000000000000000000082a0026dfddd79f01ce0bd296ed2489074501ec5575d 1,240 1.00/1.00 vMB 20
683,258 683,258 0000000000000000000903cfd389d45662528d72fe115bc8bfa699985cdf3ab5 553 1.00/1.00 vMB 6
683,257 683,257 00000000000000000002e41e5fd1de3a4a503d40b171da926ad337a932ca1f3f 1,534 1.00/1.00 vMB 23
683,256 683,256 000000000000000000052e95f7fb8b87b2bbc51b5c375413ec590bbb1b96db79 2,017 1.00/1.00 vMB 30
683,255 683,255 00000000000000000004a5769a1ef05bdc64ab15a5de8fb1a0cfecb19be61e14 142 1.00/1.00 vMB 4
683,254 683,254 0000000000000000000468e1e1cdfa45de06f9500d18e3ba2c216c1771a946b4 2,290 1.00/1.00 vMB 33
683,253 683,253 0000000000000000000c6d3d1f256892fd61520c0c5fa9d78022badc3323c8bc 1,983 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.