Loading Tool

Explorer IconExplorer

Memory Pool

82,266 transactions
30.97 vMB
0.08706386 BTC
Random Selection Loading Transactions
Max Size: 189.95/200 MB

Candidate Block

Mining Attempt a94d14a343ad94a681f84543bd22dfe49060ba23f3295b469cbd48bf3d124ce2
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root 49328406e7adf6421a4e405b4c8810d09b3a89e25b270dbb4632cc6ac5f5d4fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,662
Size: 1.00 vMB
Total Fees: 0.01720110 BTC
Feerates: 235.42 > 1.72 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (319,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,551 595,551 0000000000000000000d34f584dbdc5b3e55612c48f91367827de71e6ded1988 2,142 1.00/1.00 vMB 15
595,550 595,550 0000000000000000001537cc5e81b965cc08ad9122d156dba251c2940eba3ee4 3,119 1.00/1.00 vMB 48
595,549 595,549 000000000000000000129a8a358bd7a9da12836cb4c6fc690dbaec4f9d01c216 2,803 1.00/1.00 vMB 31
595,548 595,548 0000000000000000000f755f49a73f554799953c4f9b0dd613338cd1e4a728f2 2,301 0.75/1.00 vMB 19
595,547 595,547 0000000000000000000c75cdae11f27e9d316007961b8a0cbcd4c875a9e74f99 3,003 1.00/1.00 vMB 17
595,546 595,546 00000000000000000008e1c014f30323e8299f945e1deb8c3c8b6801cc929389 3,280 1.00/1.00 vMB 26
595,545 595,545 0000000000000000000b65b3f5b241a9a573aa3ef45c058c2e815c549433e486 3,054 1.00/1.00 vMB 20
595,544 595,544 000000000000000000100b43f15bcbadd4174b8220afc285cdc197ad9c896e1b 410 0.15/1.00 vMB 25
595,543 595,543 0000000000000000000e2f740936dc77154fee79f3833695fdcd92e24f69bd4e 2,020 0.62/1.00 vMB 21
595,542 595,542 00000000000000000017a2256a0abadd9eac21cf0a2e107c64f99ff8b1a45ce6 1,401 0.69/1.00 vMB 26
595,541 595,541 0000000000000000000f6a13440d5ecafc2d9ad00278df09e179fa257d24d91f 710 0.39/1.00 vMB 26
595,540 595,540 0000000000000000001470ad28e2b96f6aa5a99bcbcc0ebb33d02bba0a9fefa0 2,498 1.00/1.00 vMB 21
595,539 595,539 00000000000000000013617dd70b5754ede3022818670c50a371fa54edc9057c 2,389 0.88/1.00 vMB 14
595,538 595,538 0000000000000000000c4493a3ba390f668e6c28b72635cfaeedecd4851afc1a 879 0.26/1.00 vMB 19
595,537 595,537 000000000000000000142d0b51323d84aa0a65dbc8faa7a1024c7af3b2166d89 3,427 0.91/1.00 vMB 17
595,536 595,536 00000000000000000011c9a01a50460906cf8b7f64a9200f54e671ab3c5aa786 907 0.26/1.00 vMB 22
595,535 595,535 0000000000000000000a0f11594a66af3c9e0029b1f44e1ad5d9ef79c446688a 2,582 0.70/1.00 vMB 16
595,534 595,534 0000000000000000000d74c2c1f28e21a67aaf5f11aea2fedf2715534bec8b4d 408 0.15/1.00 vMB 29
595,533 595,533 0000000000000000001538b5965b2e5e10df34a06a3a1272d33d142b7cbf9ab6 1,279 0.30/1.00 vMB 5
595,532 595,532 00000000000000000007b564fa17aca460082a0edc0babfe2d1b9b7bf6e65519 3,122 1.00/1.00 vMB 21
595,531 595,531 0000000000000000001649e583c22e5b17ba04fa90003860ae5954d893bc3615 1,678 0.43/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.