Loading Tool

Explorer IconExplorer

Memory Pool

24,515 transactions
6.85 vMB
0.03985917 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.71/200 MB

Candidate Block

Mining Attempt b07bc843134e03c5c5e4d623b265374693138d70f87f3bc9ff088c9d0702e20e
Version 20000000
Previous Block 00000000000000000001166de9ec9aab1650f7c89d17c2b818254940842d1a9f
Merkle Root c4641008271ff8655f5db7c565cac3957e7136970aa23a49068274a361016bd2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,684
Size: 0.60 vMB
Total Fees: 0.02248693 BTC
Avg Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,101 (768,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,718 144,718 000000000000029228a34676c64ac8e1b5c8f757aaac8450c721311c95661359 0.01 MB 33 252
144,717 144,717 00000000000005170cf468a15f4c5d8a18534612367fb6dd9f7cc28e18d572a5 0.02 MB 52 158
144,716 144,716 000000000000025691121795b54bffa4fc53a26a4a16e88920f0c761fcb9f02a 0.03 MB 102 22
144,715 144,715 0000000000000410ec10065f8cdf2c26168f6a1a2151640bd422c9cf1abe1ca1 0.02 MB 45 427
144,714 144,714 00000000000001403a3dac6a422cff95f34a84f5066733df82a874271af0075c 0.01 MB 42 156
144,713 144,713 00000000000008c818742c577e35dba271b273809512f65f7f83a92a6e669d28 0.02 MB 52 88
144,712 144,712 00000000000002ef69693098b8e193d02a5b1fa85cf0dd4b89021110179caf0b 0.01 MB 40 135
144,711 144,711 0000000000000388e44ea6e03f7801d8a31c73ca1487c5ce4fb96ef6dcb128e3 0.05 MB 105 163
144,710 144,710 0000000000000682fb6a9fc41823f8d5c4658587be2ca1fae95fe01add2dd39c 0.05 MB 93 312
144,709 144,709 00000000000002048fa90222cc43b1a95e14ffe2069e8c7e9525fed2c8ab0c81 0.01 MB 30 78
144,708 144,708 0000000000000529397855f273c0441f189db68d8af3c16552fc0e9afaf784b9 0.01 MB 41 47
144,707 144,707 00000000000002f7c7a9a7c9c7a0719266b13bfa018dbc11533ec5558b536763 0.01 MB 27 206
144,706 144,706 000000000000075ca50066f592182076d7fe3545b41134ad8f33d91131af2bb3 0.01 MB 56 225
144,705 144,705 0000000000000440ed1a0e54ac82dc535c0ed96151fae065a9e26393269c9045 0.05 MB 118 335
144,704 144,704 000000000000025cf9099912c4df031ddcca430b1c6141d2c6e498a2c2f7114e 0.01 MB 22 124
144,703 144,703 00000000000008513ccd1f2c187673cf187992c56709d7a29e511b1848f6fe2e 0.02 MB 27 31
144,702 144,702 00000000000005edc2cbc3d49a75748c721a148ccc6e2eee8865322b166b381f 0.01 MB 13 71
144,701 144,701 00000000000004c51b434a4a1ef9bbedb0ad5e8683fb798e0f72422b37faee4a 0.01 MB 30 159
144,700 144,700 00000000000001f04bc313e3a63cc26f9799ffd49b7af4729cb1074ff8ec613d 0.02 MB 61 61
144,699 144,699 0000000000000682c34698d8475c38fd3d37e6964b139da5f6554ae77c97618d 0.04 MB 66 420
144,698 144,698 0000000000000408d9ac251f4fef8f298dd25bb3b257082135b8e30650613816 0.02 MB 19 153
Previous 10 blocks ↓
Total Size: 779.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 68
    • Outgoing: 10
  • Data Transfer:
    • Sent: 111.84 GB
    • Received: 0.39 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.