Loading Tool

Explorer IconExplorer

Memory Pool

74,981 transactions
27.62 vMB
0.07365134 BTC
Random Selection Loading Transactions
Max Size: 168.62/200 MB

Candidate Block

Mining Attempt ccd9a3aae00b0edca167c24e86c5ec11bcf9b404b424645dd002ca0ebf5553a5
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 975449556aaf2d1de0775cd52e0fd0ecc630a19e3045aa6d09cd629f055588c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,411
Size: 1.00 vMB
Total Fees: 0.01466886 BTC
Feerates: 80.55 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (287,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,413 627,413 00000000000000000004b5cb00c1bd0ca027bc5e247e22fb519eb8b01579734c 1,380 1.00/1.00 vMB 17
627,412 627,412 00000000000000000002d6d09a07b5f8f48cb929e14e039ec25765d61fc8a082 1,294 1.00/1.00 vMB 18
627,411 627,411 0000000000000000000bd7513de66443ce974a4e49d821ae6abda766e211f74a 1,197 1.00/1.00 vMB 15
627,410 627,410 0000000000000000000b1a4e53814ad13fd4dd26abc55e62aea62aa4efc6f3d0 1,326 1.00/1.00 vMB 15
627,409 627,409 000000000000000000044f513b40af410d176234dba5c94f050c55c5b8b6409a 2,286 1.00/1.00 vMB 24
627,408 627,408 00000000000000000008d9dab10f48fc8c61f006aa9caa422fa8d6913278d552 2,314 1.00/1.00 vMB 34
627,407 627,407 0000000000000000000b30fa32fcfc77314a16bf2a51b93d88a1d7bacb84a1ea 2,872 1.00/1.00 vMB 32
627,406 627,406 00000000000000000000f3f69a7860b457137342144f97c5a25e41edecfbdc3f 2,710 1.00/1.00 vMB 37
627,405 627,405 0000000000000000000c8cf20f7565236b888796176e22555a8dedbe2c599e46 1,961 1.00/1.00 vMB 6
627,404 627,404 0000000000000000000b15df9f6d3ac6055bb5349fa22926564f44e1a0366273 1,246 1.00/1.00 vMB 16
627,403 627,403 0000000000000000001002a27280126d5ebc15657143af5ce26bbe742f61fb7f 1,368 1.00/1.00 vMB 19
627,402 627,402 0000000000000000000ee6ecd7b17c1e550cd86f3ba09ca465c0710466e7f56e 2,190 1.00/1.00 vMB 30
627,401 627,401 0000000000000000000c08cb24f5cefb7153b6f16625cec04785115ee8d7aa29 1,718 1.00/1.00 vMB 8
627,400 627,400 000000000000000000051cc5dce67739be606eb6ac75bb5b3d0b8745256c2920 2,358 1.00/1.00 vMB 25
627,399 627,399 000000000000000000113b754f1a2cf0e9ee2f9a830caaf816bde36df574472b 1,688 1.00/1.00 vMB 12
627,398 627,398 000000000000000000105dd43e4cd4d38cc14ee3d05b3c1331ce49bae59352f5 2,427 1.00/1.00 vMB 33
627,397 627,397 00000000000000000011296933315922f5907193549ec969b503ac37d78b5727 3,048 1.00/1.00 vMB 44
627,396 627,396 000000000000000000010c7205d30547d5c05d3bd4181a03387272912b639e1b 1,984 1.00/1.00 vMB 16
627,395 627,395 0000000000000000000c010968c5b079042098d1894f5e376603acb8c3e46639 2,035 1.00/1.00 vMB 20
627,394 627,394 00000000000000000005c19b22bb24caad6725852e18ca03fb14eb0f39b9b5ab 870 1.00/1.00 vMB 7
627,393 627,393 00000000000000000007c5c09f08d2c9c2733b98ccae1a702c0b2cdebeddb3b9 2,691 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.