Loading Tool

Explorer IconExplorer

Memory Pool

34,475 transactions
25.96 vMB
0.07574559 BTC
Random Selection Loading Transactions
Max Size: 130.80/200 MB

Candidate Block

Mining Attempt 7f22690e7c74e876241d3226446b4e91d6db8acd380ffe35defb287f7962c035
Version 20000000
Previous Block 00000000000000000001722f1792b25382798042f3258e47694b9704d856e804
Merkle Root b81cce8a4eefd479033838bdf72d17c26ca39f90d13cefce774c03304bb7a09c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,485
Size: 1.00 vMB
Total Fees: 0.02661462 BTC
Feerates: 349.04 > 2.67 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,209 (797,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,513 116,513 0000000000004aa7aa6e04b09491c8441fbcc2a6f497f9b0e0fa8902f18b4320 12 0.00/1.00 vMB 0
116,512 116,512 000000000000026ad5abb20b68973ed347fbaafd64ccbbf9e8e9d01ef0b13757 19 0.01/1.00 vMB 1,082
116,511 116,511 0000000000002b827fe3ae65bfdf489226af5d49e0c12b57c4f9f9f5426a0aeb 23 0.01/1.00 vMB 513
116,510 116,510 0000000000003d000981133f2e2df889e0394cea80c929872388b95235d9ea1d 12 0.00/1.00 vMB 0
116,509 116,509 000000000000597182b6df4f5f0f9e9e9c6cf080738cae876995d8a5cfe35fa7 10 0.00/1.00 vMB 627
116,508 116,508 0000000000007a00d2f79f0484d4ae2dd4c25eff6c8f72ce9227da297459ba88 11 0.00/1.00 vMB 334
116,507 116,507 0000000000001b8307574b9010facc35daa54bb4432acf6df35e9bc72400fdbe 1 0.00/1.00 vMB 0
116,506 116,506 000000000000813594eaf18284a4a05550c88b78b1e1d577dacd48b129df55ff 2 0.00/1.00 vMB 0
116,505 116,505 000000000000e8f227e57f0c85aa0907146adf786544428a3bb913245e73c3c1 1 0.00/1.00 vMB 0
116,504 116,504 00000000000067065122ef017779136d7ec00b9f73139744c71137c1ca80d976 9 0.00/1.00 vMB 412
116,503 116,503 000000000000764befb4e37dc3eaa8bb0cfc73f0361335a5e74abdf04ab4a65c 10 0.00/1.00 vMB 1,531
116,502 116,502 0000000000007ed9fab6c00523898d6d3374b5b2e75c563f3e6697f5a516f596 1 0.00/1.00 vMB 0
116,501 116,501 00000000000016d7ae2eef19a69429f2eefc0823147479eca8a0c640771917b9 6 0.00/1.00 vMB 0
116,500 116,500 00000000000082cfd1645d87c7b939ff0f84393962bd703cf48cf80a192e1d20 5 0.00/1.00 vMB 738
116,499 116,499 000000000000c76c2ba424f1aba308c957d3b59aeba39a32cd7bc45a4db6313b 1 0.00/1.00 vMB 0
116,498 116,498 00000000000009f9fabded47f3036876c2d04930dc20ba2c66590c77959a690e 8 0.00/1.00 vMB 0
116,497 116,497 000000000000f212323323f44cccb13b5286a2bb67ca2e6bd4618c934783dcc0 9 0.00/1.00 vMB 0
116,496 116,496 000000000000924a337975d058af05507ec463b92258312cb313cf4474f5aa31 14 0.00/1.00 vMB 1,248
116,495 116,495 000000000000806d567bc1a65f244b9d8d7c981370c14f190fe42fda2e1f54c3 7 0.00/1.00 vMB 822
116,494 116,494 000000000000b8f7fe7fc865d5c28c87623b9c29bb56cd5f2419fdbc156474c0 1 0.00/1.00 vMB 0
116,493 116,493 000000000000604abfb8d56198befe41c2f24da7778de05cce549901ebfe9236 6 0.01/1.00 vMB 324
Previous 10 blocks ↓
Total Size: 780.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.00 GB
    • Received: 8.11 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.