Loading Tool

Explorer IconExplorer

Memory Pool

18,435 transactions
8.74 vMB
0.05833189 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.84/200 MB

Candidate Block

Mining Attempt 71666e9146eff99f188840ef65594ff58edb236f672983b220dafa93d84227d5
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root 1b2b517bb2acbb2aa3cc83164f4a32e43d92c9ae4bd460e701b7813ad91ec676
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,150
Size: 1.00 vMB
Total Fees: 0.03901941 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (754,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,537 158,537 00000000000000fabeb80c3c9c46d75c20794c1a38bd82cb642814a9b032573d 1 0.00 vMB 0
158,536 158,536 0000000000000c90dfbc32058208f2286681b6387660491e4f589a624f9e372f 114 0.07 vMB 81
158,535 158,535 000000000000034ac452b19f8cad86249b62b76e5056e08b867e3c61d264a7b3 25 0.01 vMB 24
158,534 158,534 00000000000008fdeac653f66b216ca7ddfa025efb601e98062a1abae9e6f284 11 0.00 vMB 205
158,533 158,533 0000000000000b6ea7d01d8b67ce837c293284a9e541b1003c2c6e5476634bb0 14 0.01 vMB 208
158,532 158,532 00000000000004075e90c395b5be35ac961680c1eb42a2fe9a8d5dccb7fc8dbe 12 0.00 vMB 64
158,531 158,531 000000000000016ea9969d11bf4b70b17d0b220803a412956c95c69f15194080 7 0.00 vMB 349
158,530 158,530 000000000000051451b6e4d40e9f6aff193df203c0d8fce36406c0778e15206e 8 0.00 vMB 55
158,529 158,529 000000000000085b53cfab0c19e86a16b95178f69594cef6dc73b75754617c8f 67 0.03 vMB 160
158,528 158,528 00000000000007600dbcf7abe49124571a9f8c0b132e795857576c75389f5406 87 0.05 vMB 384
158,527 158,527 0000000000000128922cbe607176d467960025c09079b9713b194ed7dd0c1364 10 0.00 vMB 52
158,526 158,526 0000000000000a3958a98318d5afca756b79a9056a1f11060f255024e5be1689 114 0.04 vMB 17
158,525 158,525 0000000000000128e4d06682fd089bb90423882927a9ceb3d611acc63b826606 21 0.02 vMB 57
158,524 158,524 000000000000033c1c7195d18aa0d2e4950d1842c63fe64138808d1180ee667f 12 0.00 vMB 60
158,523 158,523 0000000000000cb9e142e24dc2d922d3dd309f48c039b8a84882fae50b68dfc6 108 0.03 vMB 119
158,522 158,522 00000000000008347adc287a500ad0a05106a273ada6a299c57c6b85e6a490f0 76 0.03 vMB 178
158,521 158,521 0000000000000ccbdf62dbd37fb62328eac881b25fb650a41cee035d3fda1a35 11 0.00 vMB 529
158,520 158,520 0000000000000b81d6e42d8f9ff3993adf674678d09b8fbb49ad365542cd3957 72 0.05 vMB 34
158,519 158,519 000000000000075dd6b6cfc284817995150a8b2ad4b912dcd15266099bbac3e3 113 0.04 vMB 646
158,518 158,518 0000000000000b9247b51a6cbd9fd55c23e3317d1924266015c8674422ad70f2 57 0.03 vMB 528
158,517 158,517 0000000000000d9865566ed2c1da0fd18b99c91e272353de12c6ff8eac28aa68 147 0.05 vMB 111
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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