Loading Tool

Explorer IconExplorer

Memory Pool

17,357 transactions
9.85 vMB
0.03070366 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.86/200 MB

Candidate Block

Mining Attempt fe0cb115b39ccc05ea9bc42b0b684c376a427c7d31fdf52729893f07aa6aeeec
Version 20000000
Previous Block 00000000000000000000a467ad5015fa9fec2a6bd3793c4f43fb0165dceca392
Merkle Root 4f48621bd0cd917629e619fb8238f94143fd28c346153008dfc1bc503dbdbbbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,201
Size: 0.997893 1.00 vMB
Total Fees: 0.01532206 BTC
Feerates: 101.35 > 1.54 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,628 (693,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,547 220,547 00000000000004a62bac48e977101c63a9def3728f6b724f703a3a6eec7fa624 541 0.25/1.00 vMB 203
220,546 220,546 000000000000000e14ae88a0ee099e98be388230fbc0a67cadeba872cd6f15a9 605 0.25/1.00 vMB 191
220,545 220,545 00000000000001b6ecfa1449033a13ae79dfcd2c1c0aa3c94b667015a6ecb923 839 0.31/1.00 vMB 235
220,544 220,544 000000000000010d9d76cc1f28e5ceec87c50e64c5192f9202028f20603a0858 150 0.09/1.00 vMB 125
220,543 220,543 00000000000000d322508c421236cb5e9eb95717e8292e8ce3a256ac418b5e99 1 0.00/1.00 vMB 0
220,542 220,542 00000000000003d21e195ffdad6bc91e8c3dabbbf12d102f8819d5ddf9b18377 194 0.12/1.00 vMB 107
220,541 220,541 0000000000000006dd6d612b0feae56623f9c026a33bda4c158edf38b30d7bf6 690 0.25/1.00 vMB 224
220,540 220,540 000000000000048d649eda7bc1bd72534eeb14b7bff657e4d8c7be61150c069d 764 0.25/1.00 vMB 224
220,539 220,539 00000000000002985b80ae5addff6bfbcff626c3ff39b762e57d470702182d03 110 0.05/1.00 vMB 62
220,538 220,538 000000000000045966c0a85148422ddb4606f5296b0e9ef2bd373d6dd516f927 687 0.28/1.00 vMB 188
220,537 220,537 0000000000000410d850cf70cabffea1eaddde5547537dfd418ec9044430a4b1 77 0.04/1.00 vMB 10
220,536 220,536 000000000000044b4454a9a15c97ae66c31d57efeee3ed22cce2c1b6e11acf85 335 0.14/1.00 vMB 217
220,535 220,535 000000000000038314b082ade3ffadd60e7945b0c8f92ff5b745e14d1dbf48bf 1 0.00/1.00 vMB 0
220,534 220,534 0000000000000232231cfdae94a1cc0560c231a111d51d81ffb9331eca4758c3 310 0.13/1.00 vMB 211
220,533 220,533 00000000000000a2e7dc57c73a7d9c5a9b588fef7e5b32f9e63c018191ee8bf3 618 0.26/1.00 vMB 213
220,532 220,532 00000000000002de003dced1966a8c35a0da798182f89ffa6592495366065887 178 0.07/1.00 vMB 204
220,531 220,531 00000000000003f9d3a5d1adab0b3496bdd4c54ef1d3c8343b7f6b56e5bdbb83 55 0.02/1.00 vMB 161
220,530 220,530 00000000000000fe989173e71ff733690ca81b27134a508ac5adaf185aaa48ff 310 0.14/1.00 vMB 164
220,529 220,529 00000000000004fd7e011ecf1a3e94b000945dd683e86b460cc7081960ee7bb2 502 0.21/1.00 vMB 190
220,528 220,528 000000000000036da32cea8ad2e9adfbaeedc83574d908163a0c16fa156b2b4c 7 0.00/1.00 vMB 16
220,527 220,527 00000000000001c9543f4fc888c00444bc9cae17377d0356290033a316b7453b 291 0.12/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 779.96 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: 467.39 GB
    • Received: 2.87 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.