Loading Tool

Explorer IconExplorer

Memory Pool

26,591 transactions
6.61 vMB
0.08779768 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.38/200 MB

Candidate Block

Mining Attempt 08c50575c9d1522365ab7251bea32c20bef9ab92f6f6a7f9ca4546d898e7f54b
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root b39f33e36a0b1a928fc6f03d950283e217bfd0d50821d97f3343750dc60b4653
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,381
Size: 1.00 vMB
Total Fees: 0.06846108 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (773,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,051 140,051 00000000000006a082a7b4d85d3754751ab3843692af696f74975324a247ebf2 0.02 MB 74 69
140,050 140,050 000000000000024ad59dc0ce270959e25f68c6e524a248c1729690cabf786162 0.00 MB 10 15
140,049 140,049 000000000000053d0c1575c914b15e134e5411b5be78ae3c6d07f1e44a9bf8ac 0.01 MB 29 100
140,048 140,048 00000000000004d9a2c45adab3de41421e54c808a49b2df22b762086c2b204ea 0.02 MB 6 200
140,047 140,047 00000000000005e1706daa7c2a1572a73474eb25552202f5a3519ed7f300b55d 0.02 MB 37 486
140,046 140,046 0000000000000843957cb6dc30b4eb1de43a560dda2031977385252091b7fce1 0.02 MB 39 222
140,045 140,045 0000000000000357ef8c9bcf81f27fd43705818cd3245b8b5d19f944501cca69 0.04 MB 110 292
140,044 140,044 00000000000004f6092ddd0e656734d16ddb1590f65305da197ac8e56031d1a1 0.03 MB 59 133
140,043 140,043 00000000000006e1af7b77d1ea0034b3423eefc856760759e9652519b7e0f118 0.02 MB 38 235
140,042 140,042 0000000000000419b72d2a5375a8de7ae0c74e9f5c83f907dfdf542b4adb523f 0.02 MB 73 68
140,041 140,041 0000000000000557e0dfe050198864c746500bc94f95426888b936f88d371f78 0.05 MB 110 289
140,040 140,040 00000000000002d562c872ebe3e2083ad5f6ea836c4356bfac846814c381b9d4 0.00 MB 9 514
140,039 140,039 00000000000005948f136912e247f1ad6c1f3fd2f3a72c7017ad6f9accd1ef23 0.01 MB 17 237
140,038 140,038 000000000000089be84ca8e926f7f3a83492d70bc38bd837cd14b6078f0056e4 0.00 MB 2 193
140,037 140,037 000000000000070a9f6439361313bf1938243c08d39ba990a8d0ea1ce723bfb3 0.03 MB 80 379
140,036 140,036 000000000000061b912bbefe9d855d67165aa8026e366e842de116ca0d871fb3 0.05 MB 138 138
140,035 140,035 000000000000082bda4fd5c22f42e6380412b3681bbdcd00a7fb36c06ea9d8d1 0.04 MB 85 279
140,034 140,034 000000000000033679f228a015443ab39b797acef27498aac56a23c227602397 0.00 MB 10 296
140,033 140,033 00000000000000be418d310eeb7d8fc56c167f8b78498c0217d848829a245ef9 0.03 MB 53 205
140,032 140,032 000000000000023ee60210483310ade3a44b9c779d830571b1095825ee2c3cb2 0.00 MB 1 0
140,031 140,031 0000000000000479a06de94d43bedb9a4efb3c45f18098954e72860b57d5d0d5 0.05 MB 125 324
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

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