Loading Tool

Explorer IconExplorer

Memory Pool

9,608 transactions
9.34 vMB
0.02432871 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.57/200 MB

Candidate Block

Mining Attempt 6d2604534b1257bd52e42879b4226bafce4b5fcbae3a1f1e1bec60a550ad7b3e
Version 20000000
Previous Block 000000000000000000019fe53911ca79a6088890c2393d2196acec9d8f0fc401
Merkle Root c7527372b71410854f0c4de2358e6ba92ddf52d0ec6f647e36f0ed77c3b32017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,986
Size: 0.99798225 1.00 vMB
Total Fees: 0.01075021 BTC
Feerates: 201.79 > 1.08 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,799 (764,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,685 149,685 000000000000022ab9cbdb430295f0f2cafe25a00b3b4c41abf36f40ea0edca4 15 0.01/1.00 vMB 279
149,684 149,684 0000000000000aa4ea0d9546247cdf6b8da35a1fa858b3dff99b1f6465c30ee2 12 0.01/1.00 vMB 0
149,683 149,683 0000000000000b4d29f54c812bba82b4bcfcc33668df4c875726ce9dd6da0d94 11 0.00/1.00 vMB 44
149,682 149,682 00000000000006c5531794d7014e8c7890d5499d8a8a8c1f35adbc9d7a405a17 7 0.00/1.00 vMB 18
149,681 149,681 00000000000009530b26c800e79af8899094bb53c06b147a138156c02fe7c1fc 38 0.02/1.00 vMB 179
149,680 149,680 00000000000008edba56da8e43fedff2abdf8aeeeb9d3f4bd32518f70b54e163 9 0.00/1.00 vMB 141
149,679 149,679 000000000000079835c167e101e2d755374cfadcd1509719aa3cc48d2bf7a772 113 0.04/1.00 vMB 158
149,678 149,678 00000000000005950b9914d39a3fc71c81a1ba4d063d8fb286edd46686922103 82 0.04/1.00 vMB 99
149,677 149,677 000000000000072c32909fcece4f7df70287e03b9920ed50ea5a66aec1677676 55 0.03/1.00 vMB 186
149,676 149,676 0000000000000684c1a8effcf8f489b12e631b73de14a668c4baf72de7a78f10 164 0.05/1.00 vMB 9
149,675 149,675 000000000000079a0bd3dca02ca054c59d87325464a715cb1ea55cc6ce465ae0 49 0.02/1.00 vMB 246
149,674 149,674 0000000000000084398970c5c445d97a3964232dcd902a42df5d6693cea5aa8b 119 0.06/1.00 vMB 145
149,673 149,673 0000000000000a10262e6515cf74856d2eba026a2d0354db9b63b6efbb8b7835 74 0.05/1.00 vMB 246
149,672 149,672 00000000000000095cb5a144bce11cf9abaab32e499ae00891ea6dead2546810 8 0.01/1.00 vMB 1,827
149,671 149,671 000000000000097ac51910b4a4916cb595d9a8945ca550441f247b87e659ddd2 11 0.00/1.00 vMB 503
149,670 149,670 0000000000000a609c3820a1d82a5ce45cf71ec12bfd1f9998013453cddfbce8 113 0.05/1.00 vMB 59
149,669 149,669 000000000000044b5971675bee672a39265250e38216ed5b81d95a2ed914f5a0 55 0.02/1.00 vMB 231
149,668 149,668 000000000000013375a106951d7be636c1f1f0e69ab46dac82bb574962fc9517 56 0.02/1.00 vMB 247
149,667 149,667 000000000000060018469a4b0c69924d5291087d7bea3cd4b42125ffe80dca07 17 0.01/1.00 vMB 93
149,666 149,666 000000000000061d9a880dd65048ae6e0319eed034a2f593be7fae67a8fe8dc4 11 0.00/1.00 vMB 110
149,665 149,665 000000000000037c8914a6b7992e81d6a54572009eb208839bec4f4fe2fa872d 10 0.01/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 780.27 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: 515.34 GB
    • Received: 4.34 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.