Loading Tool

Explorer IconExplorer

Memory Pool

74,748 transactions
28.75 vMB
0.08350819 BTC
Random Selection Loading Transactions
Max Size: 170.28/200 MB

Candidate Block

Mining Attempt 59620ab56ef52cc2fa9983264e9a018a4a53cb8d3b5aec3b7f4f1830ff4d5d43
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 7c16b1224f2a45ceb920b409f681d82644bb188c09ebf2f33c852899b65dac6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,003
Size: 1.00 vMB
Total Fees: 0.02510169 BTC
Feerates: 150.93 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (238,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,413 676,413 0000000000000000000c5e2e8a84778a7d5b2609970a8a515e3f6ea32be24b3b 1,435 1.00/1.00 vMB 66
676,412 676,412 0000000000000000000ade111ffa911ec44c3b10571b787ebb5ab67ffa064b92 2,957 1.00/1.00 vMB 75
676,411 676,411 000000000000000000048c7728ffc5469d9de81b75ac171a6ce0e848d97d7538 2,743 1.00/1.00 vMB 81
676,410 676,410 0000000000000000000658aa61f4e90e62f6aaf5b18285bd61fd1294c18a8dc1 2,103 1.00/1.00 vMB 76
676,409 676,409 00000000000000000006349bd8c91a21ed758d96f345e26d819273ce2eec76d6 1,469 1.00/1.00 vMB 71
676,408 676,408 000000000000000000087020ae1cbaa101f154bd513f34979d9ee4205c58602f 2,258 1.00/1.00 vMB 83
676,407 676,407 00000000000000000006c85a7fafaa2845eb1017a84ebd10097c096b4802e234 2,353 1.00/1.00 vMB 84
676,406 676,406 0000000000000000000be770620db66ddfc5058e127b66747d4536ddeb9946b9 2,615 1.00/1.00 vMB 74
676,405 676,405 00000000000000000008ee07a4e1e85fff24c6cb9653ed7cff2384b07ec10af4 2,711 1.00/1.00 vMB 69
676,404 676,404 00000000000000000003b05897c731fce19554532d8939cf4def319011e806dd 2,749 1.00/1.00 vMB 76
676,403 676,403 0000000000000000000bbecce5eb02994ff1fd02e4e8685e98b51978ff1b9670 1,474 1.00/1.00 vMB 72
676,402 676,402 000000000000000000078af4c3d2dcd41f1d83d0468660e378cd91ecc232ae09 2,093 1.00/1.00 vMB 79
676,401 676,401 000000000000000000039c79741e7224c438058594ed5c1d69317124cce90eb1 2,972 1.00/1.00 vMB 88
676,400 676,400 00000000000000000008310b509b826b082cfae42db5f4f9582e50ebe17f623f 2,602 1.00/1.00 vMB 85
676,399 676,399 00000000000000000007df72b69bd1fd093c539bdc8a351f419524e8d379c080 2,894 1.00/1.00 vMB 85
676,398 676,398 000000000000000000008fbcc0cbc1084d4bae09b31fc08facc829414045679c 2,018 1.00/1.00 vMB 65
676,397 676,397 00000000000000000005ff9d2a26e1896633a6d2cad48664309bb16fa838fa42 2,221 1.00/1.00 vMB 82
676,396 676,396 00000000000000000002b2679420e9754ae64f2349db9f5fe7e1300b087f6ad8 2,256 1.00/1.00 vMB 64
676,395 676,395 0000000000000000000905c63b90b2f742deda91f07e1f4a10ab1f04682bdd05 2,345 1.00/1.00 vMB 72
676,394 676,394 0000000000000000000b2eafbd8c42b7616c9447f8d68ad020a2a986c1904971 2,407 1.00/1.00 vMB 75
676,393 676,393 0000000000000000000339fe5970c189d641b4b3de36f3f31730b3983e028e5a 2,775 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.