Loading Tool

Explorer IconExplorer

Memory Pool

77,777 transactions
28.62 vMB
0.09980020 BTC
Random Selection Loading Transactions
Max Size: 173.94/200 MB

Candidate Block

Mining Attempt 505545348de2d4550a798500b6c288481c9664d3331a0ae9eebf10d0eba9bbcc
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 7332a62be87a13fa7e159c4bb1e7fdfe0944bd934eee8afe4d2ebf53f82fc1f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.03405868 BTC
Feerates: 201.07 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (308,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,324 606,324 0000000000000000000e8d7e5c08da29e10f32bd4d41dbe59b800fdb6e518aaa 2,737 1.00/1.00 vMB 36
606,323 606,323 000000000000000000153cfb1b31dcf2c837a12886e1a637f35d8d928a8c4ee5 2,153 1.00/1.00 vMB 10
606,322 606,322 0000000000000000000992c074f71d8d40dabea09a40fa9bb66925d41ccab6cb 3,166 1.00/1.00 vMB 37
606,321 606,321 00000000000000000010d7824d06ca34fec6e07a5d0cc6ac9883a85dcec7a41f 1,975 1.00/1.00 vMB 9
606,320 606,320 0000000000000000000a7f406d4d7284606a567f2f6b1d3abe3d5abe7d8d1672 2,249 1.00/1.00 vMB 26
606,319 606,319 0000000000000000000d14393b31e79be86d55801c91e00a2040668c2288751e 2,177 1.00/1.00 vMB 26
606,318 606,318 0000000000000000000361d050c85027330f62016cfc8ee880dd8b4d9825a271 2,240 1.00/1.00 vMB 25
606,317 606,317 00000000000000000010a35fe43130e0eb64b19584fae564025a6c48ad336c75 2,172 1.00/1.00 vMB 28
606,316 606,316 00000000000000000013d958c3baf479ddff28653ebad71c4fd1376a7bc64fd3 922 1.00/1.00 vMB 71
606,315 606,315 0000000000000000000ffc752ac96892b2675d4063fea207b9546eac5ed60f6f 1,410 0.53/1.00 vMB 15
606,314 606,314 0000000000000000000db5b36ff839c59f6ee1ee18cffc97ee415fd1b3d0f602 1,733 0.54/1.00 vMB 16
606,313 606,313 0000000000000000000dd670701581111df7f9626f42c6b5ac87f8923a9611ac 900 0.40/1.00 vMB 16
606,312 606,312 00000000000000000009087b9899621dcb761d1c85ccd6825988730c4ab41d7a 2,355 0.83/1.00 vMB 20
606,311 606,311 0000000000000000000da02bd6b5d95f9f1169b7c397b00661aa283a74627548 587 0.18/1.00 vMB 25
606,310 606,310 00000000000000000006be7758a883c9c2b63372cfb76cdf3858b1a365ed194a 1,466 0.42/1.00 vMB 17
606,309 606,309 00000000000000000000a6aa810398698e60770f728f276185dbe0316e37cf5d 680 0.20/1.00 vMB 16
606,308 606,308 00000000000000000013354d5cf40ee5aecf7921ddd94cd940644574c7d2facd 732 0.23/1.00 vMB 18
606,307 606,307 0000000000000000000612948ce87e7e8ae5e367a31ed73effd41dc27efdbc6d 521 0.18/1.00 vMB 18
606,306 606,306 000000000000000000017e2add2d3ef9460c23162a9ff418964ad74c567aae1b 1,339 0.35/1.00 vMB 10
606,305 606,305 00000000000000000013c8d2eb61f8f8e1a7944f55375b7cf55d6377651d5331 3,007 1.00/1.00 vMB 24
606,304 606,304 000000000000000000133bd984491c97b75a50b866a10d6f82ebdbf9bbc652d0 2,189 0.71/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.