Loading Tool

Explorer IconExplorer

Memory Pool

26,396 transactions
9.88 vMB
0.03121857 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.85/200 MB

Candidate Block

Mining Attempt 0b2684bba4d7572c8f0c498fd7773bcacbde8bda6a868e5097455ab827c87786
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root f2ff0b02dadb5048e6216629badc0ea7aad34caab97b9f835a43e85bbffb0dcc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 374
Size: 0.22 vMB
Total Fees: 0.00690445 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (745,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,569 167,569 00000000000008d83c59b68b6b0388361e79efb48dab2b652a25c3730d4976ec 13 0.01 vMB 55
167,568 167,568 00000000000004580fbaf1f6de2b4572a8ab6ce2f2be831f13906b3a6e64933f 5 0.00 vMB 122
167,567 167,567 00000000000008739be9cd98072881d199d563600554d64ad979c6ac27d28f1a 8 0.00 vMB 75
167,566 167,566 00000000000005ab806f27247082791a9edffd8589dda269ed3aa0644c16016f 1 0.00 vMB 0
167,565 167,565 00000000000007a998b63fa32e965c10da398a954067dc210be320455f1bff9f 17 0.01 vMB 194
167,564 167,564 0000000000000614e17e395df2b9a9f74252020ffc8250965fc855c97d01add0 68 0.02 vMB 2
167,563 167,563 000000000000022f69c093597941f3060bfe107bde284477ff16308cd1c006ad 25 0.01 vMB 591
167,562 167,562 00000000000008f3adf65608154793a2a693566eb1c175fb94f0d8b60ff30721 46 0.02 vMB 55
167,561 167,561 00000000000007ae262cd5441ad4757063357574a8929cd84ff8d76e75a3b603 55 0.03 vMB 64
167,560 167,560 0000000000000bdc4ae63c86b537631aa4a04b3082e4503e1609b227808385cd 70 0.04 vMB 185
167,559 167,559 0000000000000822d6f8b629e1ddb5c16384d3adcafd6d1dc4be1e88bc2adc80 1 0.00 vMB 0
167,558 167,558 0000000000000afb662e21614bb80d63a116a09a9a450a32b4fe28f7438f6b62 21 0.01 vMB 176
167,557 167,557 0000000000000795692b2001e003fec1a8b6df2e5c0b12b46c00d3c0e7616670 165 0.05 vMB 1
167,556 167,556 000000000000099b250c156dfa59ef5640be888670460be53accecadfbc4516d 65 0.05 vMB 196
167,555 167,555 0000000000000b25b1903c00298065ec012a57eede75b67e851d95622ef712a6 45 0.02 vMB 165
167,554 167,554 000000000000057c36f38de231b2a885603bdecf1953455253477b6d6ae220e0 62 0.03 vMB 111
167,553 167,553 0000000000000bc039bfb98ab91215dc326bed3315485fe4400b2285bae746a5 26 0.01 vMB 155
167,552 167,552 0000000000000761da24f2687644adaa76cb18e735a249cc51377456ea34f3c6 28 0.01 vMB 173
167,551 167,551 0000000000000616a9f7ae30c3f961a7bcd2107a7b1dc778ac51217a53010f3a 11 0.00 vMB 0
167,550 167,550 000000000000098460cf506c201049b46685f30b843a4af8f3b493d32bc6d8c9 101 0.05 vMB 140
167,549 167,549 000000000000088b7a69ab48cec54a5be4751cca38fc169925162d57215d243f 35 0.02 vMB 81
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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