Loading Tool

Explorer IconExplorer

Memory Pool

77,799 transactions
28.86 vMB
0.06714748 BTC
Random Selection Loading Transactions
Max Size: 175.11/200 MB

Candidate Block

Mining Attempt 3c53eda3fe48ce033f142b9ad51c612a3f2249fe6a3b065767c9c931562b3b47
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root c8c16d986e9a6d7692889958ff3ca93b15b228a3f2a4f705e7b30c1d5e6e3082
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,921
Size: 1.00 vMB
Total Fees: 0.00694570 BTC
Feerates: 149.20 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (101,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,527 813,527 000000000000000000042cee63a7ba5fcc368adf0f965ec861208ba9e8a3f679 2,212 1.00/1.00 vMB 9
813,526 813,526 00000000000000000003d02f9b353a55f4e41ec8d8b5cbaecf76eecdabbc94cd 1,679 1.00/1.00 vMB 7
813,525 813,525 0000000000000000000011ced0ccc8c2af0d517d1b876bf4584678df0f783acc 2,068 1.00/1.00 vMB 8
813,524 813,524 000000000000000000030d9f14cdd55a2a36c5f598eabff5de64ae4a40088594 3,030 1.00/1.00 vMB 12
813,523 813,523 000000000000000000013b7e4b84cac321c7538a3721ee3e66cf5e23ddcc4f07 3,568 1.00/1.00 vMB 13
813,522 813,522 000000000000000000047f523b8102a73a3b44206eca08eb42773dbbcc0e9554 2,796 1.00/1.00 vMB 25
813,521 813,521 000000000000000000009cdf85dc1eee6b56b695fd14bf2212130647137a8aba 2,314 1.00/1.00 vMB 11
813,520 813,520 000000000000000000045860960f22abe403b8cd08ccaecb95d37cbed155344f 3,556 1.00/1.00 vMB 16
813,519 813,519 00000000000000000000fa7f3acf1ce3db89349f625bd5546ea01678eaa6cbf1 3,310 1.00/1.00 vMB 14
813,518 813,518 00000000000000000004931aab35af0596bf23b97de893eb08a359f9a0367ce1 3,241 1.00/1.00 vMB 21
813,517 813,517 0000000000000000000017090e8f36106ae19d4d9768ace712302612aa433b10 1,935 1.00/1.00 vMB 6
813,516 813,516 0000000000000000000472a0660b54c17146b1a9e5c46797585f2454b99fabf7 3,207 1.00/1.00 vMB 13
813,515 813,515 00000000000000000003b3bf360b462030c6e48e9ffdb92fb44cfe790e1c39da 3,101 1.00/1.00 vMB 11
813,514 813,514 0000000000000000000273d60562a613d9ccfccbc0d80c3c48605e012724d019 2,312 1.00/1.00 vMB 11
813,513 813,513 00000000000000000001a38adaff03882961b513d97c39bf17c8bac82150ed9d 2,344 1.00/1.00 vMB 6
813,512 813,512 0000000000000000000025508fcde79cd03b016163afa61d2a4bff3bd96f6cef 1,747 1.00/1.00 vMB 8
813,511 813,511 00000000000000000004581d8e575034d36947c2c34f80f3756d071509b12c8a 1,989 1.00/1.00 vMB 8
813,510 813,510 00000000000000000002e39e9ba830bfb898dd4e40c6933b991f7fb639d4845c 2,267 1.00/1.00 vMB 9
813,509 813,509 0000000000000000000218dfd0037ef950c486780088afb7821444ce47213ace 2,902 1.00/1.00 vMB 20
813,508 813,508 0000000000000000000076cdbff7f8403cd284d3c33e45f7f5f63cdd25279737 3,104 1.00/1.00 vMB 15
813,507 813,507 00000000000000000001103aa61e4af51bbc5bc68528ff2ea559a9396507f869 3,224 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.