Loading Tool

Explorer IconExplorer

Memory Pool

44,121 transactions
26.55 vMB
0.06118004 BTC
Random Selection Loading Transactions
Max Size: 139.82/200 MB

Candidate Block

Mining Attempt 4c7b8925af87761857c50f977fc944ee6e2400d78e1c40bbbda22f3cda4b9fd3
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root b3d25d48a7cd1912caaf3fa8a5cc7a96a442aded73f4fe837c3ecc3b8cfccd11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,837
Size: 1.00 vMB
Total Fees: 0.01226360 BTC
Feerates: 150.52 > 1.23 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (337,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,349 577,349 0000000000000000000e80b3349d8066a8df6595bfd309c0e918e3b76f2633f0 2,555 1.00/1.00 vMB 76
577,348 577,348 00000000000000000025eb46711c7c44a2beda20fc30cc1fcffab586eed9e8ca 1,503 1.00/1.00 vMB 86
577,347 577,347 0000000000000000000e2eb3d50e1818ab8c5abf67c947a3b6322e7350f0f04c 1,421 1.00/1.00 vMB 126
577,346 577,346 0000000000000000001e688ba0e5d3419e7ebd9053247dd573cd19a4cc57a7af 2,145 1.00/1.00 vMB 159
577,345 577,345 000000000000000000138c13712a1b389960a480e7f039dbc681f5764e68b7ea 1,078 1.00/1.00 vMB 102
577,344 577,344 000000000000000000279461a122a42299fd4ca434c8b13e487bb1b9472d902c 2,215 1.00/1.00 vMB 142
577,343 577,343 00000000000000000029b145214831afe765582574a9e7cc5ea16e8b8d9081ed 2,131 1.00/1.00 vMB 93
577,342 577,342 0000000000000000000a891fdb35103328500a4db972baceef9c6dcbe9196c40 2,251 1.00/1.00 vMB 68
577,341 577,341 00000000000000000004fbd02d5d25650c13af036d82d4aac6b5e51d058219db 1,781 1.00/1.00 vMB 135
577,340 577,340 0000000000000000000aded099ce05616aaf3d11ccd234abf15241fae0c8587f 1,897 1.00/1.00 vMB 34
577,339 577,339 0000000000000000001986c9c67eb975fd39adc5b7dd0a45462e8d6590765b86 2,318 1.00/1.00 vMB 64
577,338 577,338 000000000000000000131d7d612265d57438fbb8edaaae388a7bee784b9a4dc3 2,349 1.00/1.00 vMB 86
577,337 577,337 0000000000000000001e356cc45a26d94c91f25df5020cfea0953e4057b1db03 2,382 1.00/1.00 vMB 123
577,336 577,336 00000000000000000018194a88ead9838e87a1f639601a4baca3bd7aba867242 2,407 1.00/1.00 vMB 26
577,335 577,335 00000000000000000007470709ee0b4e80606ef590331931f27848eab61c85ec 2,712 1.00/1.00 vMB 66
577,334 577,334 00000000000000000020ef514ed840869c78a420c915a89f86bc6f263baa3dde 3,171 1.00/1.00 vMB 90
577,333 577,333 00000000000000000012d862e8cd433f6fd114881db85e38937fd5edca0086e2 2,565 1.00/1.00 vMB 118
577,332 577,332 00000000000000000020e4efdbed6c5edb4817c7819694b8fe07f341f507e73c 2,822 1.00/1.00 vMB 152
577,331 577,331 0000000000000000000b185b96dbda44b96dfb1e21a8915a99006181ee31c000 2,554 1.00/1.00 vMB 162
577,330 577,330 0000000000000000000ecad32b09c60d3ad3dff9f12b1073bd7f5edd217f21c7 1,803 1.00/1.00 vMB 192
577,329 577,329 0000000000000000001bcdf681418a4bb651b854176fba5fba8e1d0c286d28b8 2,183 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.95 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: 647.08 GB
    • Received: 12.89 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.