Loading Tool

Explorer IconExplorer

Memory Pool

81,502 transactions
30.15 vMB
0.13102380 BTC
Random Selection Loading Transactions
Max Size: 181.39/200 MB

Candidate Block

Mining Attempt f961b8896481ed4d2a7228aa4cfca739ab64710b90a2af868d2df6ce41301f13
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root 72d64140e14bd1e0ecc7a423a781120100eb9ddda1172f598b207b10db923380
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,421
Size: 1.00 vMB
Total Fees: 0.03849472 BTC
Feerates: 301.60 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (307,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,345 607,345 0000000000000000000906fd22f8285863c6ddf8a90feb88490275aaa22120a1 2,047 0.66/1.00 vMB 11
607,344 607,344 000000000000000000086e060c6d9244887418fa2d5f2e6251cc175df0d682d7 1,122 0.42/1.00 vMB 13
607,343 607,343 0000000000000000000da1c3f05c3e5650e0d581260d3012765963ea9ab2a1b5 1,795 0.67/1.00 vMB 13
607,342 607,342 0000000000000000000daa92453f5a83e45e8c782bcd3a191cabcd28e62837bd 1,702 0.73/1.00 vMB 9
607,341 607,341 00000000000000000010a77c8dc0d2dff0c01d2b49bd4c23a8697b24ce07ab01 2,575 1.00/1.00 vMB 8
607,340 607,340 0000000000000000000643f01d6e8cda6bcef9ee055ffc3a200fce44ed1f7ee6 2,754 1.00/1.00 vMB 22
607,339 607,339 00000000000000000004f1f8c30f92997f51ebe8d4fef1104af47c8f1103b84d 222 0.08/1.00 vMB 16
607,338 607,338 0000000000000000000a4ab6babca131b33aee383c811e0ec97fdaf84f14fc95 1,453 0.45/1.00 vMB 21
607,337 607,337 0000000000000000000dd6563dc8bd5ac8ac8933946c5b9b31dcb80fbcaf6b6b 874 0.27/1.00 vMB 16
607,336 607,336 000000000000000000013416e6f1d4b1c7aef9cf74f0d70fce004cd387c06365 2,852 0.87/1.00 vMB 14
607,335 607,335 000000000000000000086bafacc8ce4af0ec69d38d5e92f41b254ec88ab8b8c1 1,638 0.45/1.00 vMB 12
607,334 607,334 000000000000000000117c96f10f2b7196c1cc69dd0a039b4306af04ee14a34c 2,724 1.00/1.00 vMB 18
607,333 607,333 00000000000000000000800d4c6318212a5178236116a66220a934974501ecbc 2,274 1.00/1.00 vMB 11
607,332 607,332 00000000000000000014f49a28de8867c8a26bbfe83cd61b833de80fa3b5f804 2,468 1.00/1.00 vMB 3
607,331 607,331 000000000000000000011990f487d65a4bd6c55a6f6e4a41e9959e9b34ebf86e 2,361 1.00/1.00 vMB 16
607,330 607,330 0000000000000000000b5c58bf19ea3bccd8483ed0e04474f37362e75bc19f49 2,809 1.00/1.00 vMB 18
607,329 607,329 000000000000000000140aadfa7207abea1f80357cbcf094587133a797cdbd8c 2,518 1.00/1.00 vMB 36
607,328 607,328 0000000000000000000f8179b685c8fd96f3e934fea2f2a674aac4a1a558cf7e 91 0.02/1.00 vMB 33
607,327 607,327 0000000000000000000167b14abf5cc5750efa0ea58a8aba75731891c5ab71e3 1,884 0.74/1.00 vMB 11
607,326 607,326 000000000000000000152136866691ef10a57087569f5295109b7db8e7a668f5 773 0.26/1.00 vMB 22
607,325 607,325 0000000000000000000ccbaa82f4e3809956bf3e232bdfb51d54a2e9b181fab4 1,444 0.44/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.91 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.89 GB
    • Received: 17.50 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.