Loading Tool

Explorer IconExplorer

Memory Pool

38,273 transactions
25.91 vMB
0.05136031 BTC
Random Selection Loading Transactions
Max Size: 134.29/200 MB

Candidate Block

Mining Attempt 20913183b63a5163b0a2808891e180efac02539ebe297fbc31aa1796a45b7517
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 93153be4f4668f19c41aecc30dcc8aed5c8760f401eb2ba82e8933adc488d22f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,971
Size: 1.00 vMB
Total Fees: 0.00413861 BTC
Feerates: 60.16 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (795,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,614 119,614 0000000000001e908e5efb1fc22ae417edf9d2cd49bd5434e0fc631ab0e9ab72 10 0.00/1.00 vMB 340
119,613 119,613 00000000000038b46318950b0ef28372df47bd05533ccbf4f656ab7839f9e1b7 42 0.01/1.00 vMB 2,947
119,612 119,612 0000000000006002ebf5c9ca0148f8ec930dd647b17a68a2b7587b737394b05a 9 0.00/1.00 vMB 665
119,611 119,611 00000000000062875b7cc897aeae78609884d71dab83ee753ac5038e312bf8d4 11 0.00/1.00 vMB 342
119,610 119,610 00000000000082d31ca747649298a825ba6811b1a8b8d52706ef58e506e5c470 15 0.01/1.00 vMB 168
119,609 119,609 0000000000001dd1d9b40b3ad134f4de1f30d4ecead6b0edd3184cd41e3a274e 9 0.00/1.00 vMB 353
119,608 119,608 000000000000633c5fe39929a4378ef9517773273a4acc561846c7d94b3f0b92 5 0.00/1.00 vMB 0
119,607 119,607 000000000000b37c7116f23b5d8055fee8b7f6e72aada496b6363e48d5a1800a 1 0.00/1.00 vMB 0
119,606 119,606 0000000000007dd2bf8d859497cad0f05bedbf22b3f572899757c4d65fdd4986 3 0.00/1.00 vMB 975
119,605 119,605 0000000000006fa8165ae6e3adfea6cf2cbbcbc2601d836c6da7c5c5dc686c17 13 0.01/1.00 vMB 125
119,604 119,604 000000000000869b5916a68d08649332af6336db50fa3b6e6851f7b5d6462c4a 11 0.00/1.00 vMB 0
119,603 119,603 00000000000062e1415c142d242464b68e2b03d03888ecfe7bc8d932f7954457 9 0.00/1.00 vMB 344
119,602 119,602 000000000000b3f38861bd1fbe64e977ce4748fcb8f0e197664c471a81008945 12 0.00/1.00 vMB 323
119,601 119,601 00000000000051c71d4dcd37e2baa7bea88b7597d24a14d2b372f4f7bff5f7d8 11 0.00/1.00 vMB 309
119,600 119,600 000000000000ae5ec05f0d8644eb0f0fd5b311dbe117bb2052d3d5e1d2f1ebf7 13 0.00/1.00 vMB 349
119,599 119,599 000000000000551736e36a8788f4611ed3e6f5fe00fc66a90d00feb35a0e3037 20 0.01/1.00 vMB 703
119,598 119,598 000000000000125406719e18d05b280c8e7e49e6fee033df0af4d3a228958851 1 0.00/1.00 vMB 0
119,597 119,597 0000000000008a2825719cfa1e9fc8f1f1ea73c3cd71244ede9093ed014f72e4 8 0.00/1.00 vMB 0
119,596 119,596 000000000000a414736dda107152c216a5186c0625a1c559a304ba3ca0739923 12 0.00/1.00 vMB 0
119,595 119,595 0000000000000fff9f7839706483442b89925a1ab3367c731346532d6595c0b5 24 0.01/1.00 vMB 756
119,594 119,594 00000000000093eee34aa3bc9491b37e10a0e39542c834ce44dfa6452a354a0d 13 0.01/1.00 vMB 578
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.