Loading Tool

Explorer IconExplorer

Memory Pool

26,510 transactions
6.21 vMB
0.03756368 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.53/200 MB

Candidate Block

Mining Attempt 44fc2b46e20e571cebc11459135cb67e59a058310b143737aefd806cbb153969
Version 20000000
Previous Block 000000000000000000021d18e66654cc11ad0526f280812db07f0ea99f58f989
Merkle Root 30c7848b32409ccdaab878a64cd30376e2b09bf94958247a5233a6143fdc8e1f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,113
Size: 1.00 vMB
Total Fees: 0.02255502 BTC
Median Feerate: 2.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,203 (762,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,066 151,066 0000000000000b368d4c533771484be6ac405988e0f87b545e72ada9e9381cba 0.04 MB 87 419
151,065 151,065 00000000000003889d5cd6eccc77eb361d9355e05ed401d512659d678a395d3c 0.01 MB 16 37
151,064 151,064 0000000000000a41bdc6fd338219424d858f1a725bd455bb4f2924e781f60061 0.00 MB 8 736
151,063 151,063 000000000000048158e2f66a754df541f613ad7e21c306651b6070e03184deff 0.03 MB 48 251
151,062 151,062 000000000000068bcdefb7ccae59524077d6cafbd99861066961107c8efb0542 0.05 MB 132 158
151,061 151,061 0000000000000244c72d024f92e3efdbd43a882352d5dbda00b049d873cae369 0.05 MB 145 80
151,060 151,060 0000000000000b1ba2ce032b608bdc8ac3917f8aead44f1599945570fa98988a 0.02 MB 54 112
151,059 151,059 0000000000000486686bfbf5da38ee895969d282b51e66441230d388aec2e22f 0.05 MB 99 131
151,058 151,058 0000000000000b251d0a7fc1b0c471eba0783790a1acc6d0af7b3eb947185c90 0.05 MB 99 163
151,057 151,057 000000000000022bcaa071333ab840df651d18ad9fb96cabc687da206bc37b53 0.01 MB 27 230
151,056 151,056 0000000000000619bfcb939bb1a88d084758cc23e25023f28cee37d5e95b6864 0.02 MB 65 11
151,055 151,055 00000000000002e1d20c9b8fa82443fdb9c8e783fc09f155396f7d003749b68b 0.02 MB 50 355
151,054 151,054 00000000000009b9ae895ccf1470733f218e151e3ba12dea02419c3ea9829773 0.01 MB 36 53
151,053 151,053 00000000000005fca0827eba3d34c5955fcf3c20b073e82a7495d65fda88bcda 0.02 MB 45 221
151,052 151,052 00000000000005a412bb90c327259ce0ab34faf6fc263be7f26ad95dc1a7cd2f 0.03 MB 59 427
151,051 151,051 00000000000008c29fe462e4430694d22837af2543ccc39ce5bfa35f33f09a96 0.00 MB 6 87
151,050 151,050 0000000000000ad5a0dd2879554e50442eb4e7083acbbba692398691cf77333e 0.02 MB 49 225
151,049 151,049 0000000000000a3b3eb0c491a83e58f9c2eeb773adea5750cdcf374e447d11e7 0.03 MB 103 87
151,048 151,048 00000000000004205a38933ceac56a22d2f4847e45010d5fdf56e11a53d14fc0 0.02 MB 35 118
151,047 151,047 0000000000000b32d9632d09e1e10fce60fea484870165bc727b43e44b846846 0.01 MB 17 88
151,046 151,046 0000000000000b1fc281f4a9bf711240802418f6726c1823bcc95aa668395b2d 0.00 MB 8 30
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

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