Loading Tool

Explorer IconExplorer

Memory Pool

44,933 transactions
28.18 vMB
0.06332559 BTC
Random Selection Loading Transactions
Max Size: 149.76/200 MB

Candidate Block

Mining Attempt e5de42e64bab19561f6f7af3df6162da51141747bb453d27dae370590622d94a
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 77ebab76c36796c3b97af5968e81b61b41ed6b5aa7f701af05713e4085243c34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.01020247 BTC
Feerates: 361.66 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (362,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,570 552,570 0000000000000000001fcc0710057f5638e5af90225dfa79c5a3728ba4fe7f97 1,373 0.57/1.00 vMB 17
552,569 552,569 0000000000000000000c401f838f6bd8bb3918f07e41fc1c2e68cc8aa323b4ea 1,432 0.75/1.00 vMB 16
552,568 552,568 0000000000000000000c667e9bec929cf2222b1964497af28ed93e955dde9d71 120 0.06/1.00 vMB 12
552,567 552,567 00000000000000000005b9ae574369167fc0291b4e097350b372e45e8a75f30d 1,342 0.64/1.00 vMB 18
552,566 552,566 00000000000000000000614a2c5a75d7e568fab72126bbec6a734444e7fd5225 498 0.52/1.00 vMB 7
552,565 552,565 0000000000000000001ef5487efbaadfbd1cfd715601a2e6d73ffd2cfce90abc 2,052 1.00/1.00 vMB 13
552,564 552,564 000000000000000000091e3737d4c595f04b661872e42d65b1c63a61ae288fdc 1,903 1.00/1.00 vMB 38
552,563 552,563 0000000000000000001625e89e7a58ec60678d1480a349c7815295eec9daa06b 2,591 1.00/1.00 vMB 25
552,562 552,562 00000000000000000003ae9aad20a86327db90f013a27a59403b1f3cdae52277 2,139 1.00/1.00 vMB 20
552,561 552,561 00000000000000000003a41c2fb115bb2cba616889a8b2cd0c4e0baac6694ee3 1,473 0.86/1.00 vMB 19
552,560 552,560 0000000000000000000425f60e041f7056e3a0c8b01958957f4d7d7497855fa5 2,471 1.00/1.00 vMB 18
552,559 552,559 0000000000000000001f5907d4988aa8c317f9c8f0cce1a55d4e7f3ce927acc7 1,055 0.54/1.00 vMB 17
552,558 552,558 000000000000000000276b8a23b6d21dbb3d6b30a91be7994dcb1677ff5cbd95 2,939 1.00/1.00 vMB 25
552,557 552,557 00000000000000000025ed0a9c3be5a83e7fcd3900911892d7e4825a64d6bb35 1,114 0.98/1.00 vMB 2
552,556 552,556 0000000000000000002cbcc352a14f51575842eb3431225ecb4b7f77dbf09f2d 3,161 1.00/1.00 vMB 22
552,555 552,555 00000000000000000018ad75c18b8ae8045f30fde5483a863a57322d3104b072 3,147 1.00/1.00 vMB 13
552,554 552,554 00000000000000000025cbaf748922509b33c69a4aea3b688baac79aa64fb322 1,992 1.00/1.00 vMB 33
552,553 552,553 0000000000000000000fc8d187aa56feaf59eb0071781824af5dc36e8a6276ed 341 0.20/1.00 vMB 7
552,552 552,552 0000000000000000002c3159dda221fe35752da523180a004d2c94d115322c4a 3,149 1.00/1.00 vMB 34
552,551 552,551 000000000000000000300fcce137b852ee21fb76dcd0b6a11fe331f0bb5f4e97 3,203 1.00/1.00 vMB 37
552,550 552,550 00000000000000000017c4d95130b8ac162e853b85ca28b2dcaf04c471658bb2 734 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.12 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: 652.16 GB
    • Received: 13.73 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.