Memory Pool Memory Pool Refreshing

5,108 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,346 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (7,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,637 900,637 0000000000000000000136d4f68307bb4b9f8630e8351b6ab11fc9554cc8bbf8 1.44 MB 3,703 1
900,636 900,636 00000000000000000000bbdc4a3a1fa7ce55b0f1d5731df8c7399513b9cd041e 1.68 MB 3,424 5
900,635 900,635 00000000000000000002257dfb153bdc1361acf18b064370c87279f1ac8eb677 1.44 MB 5,040 1
900,634 900,634 00000000000000000001ad95e3722613b8669e2330d4ef89d5ed2e2277e12fd5 1.79 MB 2,651 3
900,633 900,633 0000000000000000000182d55941c26f88b5f5f0e96fdc2af65723b74726098c 1.51 MB 2,608 1
900,632 900,632 0000000000000000000167aa70ece2414b9826fd1a8877a15bbb6e444b4f6e09 1.31 MB 588 2
900,631 900,631 00000000000000000000e82cfb18cbbb8b3700b25eb056652ae6348c85b0efce 1.84 MB 3,176 5
900,630 900,630 00000000000000000001a31dd570849c37086aad2ef22b0c6fd5b2e2e0f00881 1.66 MB 3,467 5
900,629 900,629 00000000000000000001c5bda55fab8ea00a16362a08a43d37700c2b992beeb6 1.59 MB 3,082 3
900,628 900,628 00000000000000000002138689ed36761de661aec86ef569a7c88a5269f82af5 1.61 MB 3,793 5
900,627 900,627 00000000000000000001af28926dbfb65b4778250fae7898a5f4cb9fa5f50839 1.58 MB 3,464 1
900,626 900,626 00000000000000000000af1151fbdd08fd9726d64fa08aa8e98eba58a694239e 1.56 MB 3,988 2
900,625 900,625 0000000000000000000193b9bc2088e3e24228db375dc64c3b82da782bbfb9d6 1.30 MB 2,139 1
900,624 900,624 0000000000000000000081fcfb7a33b66c99f962e3af23829a3818eaf144df19 1.69 MB 4,860 1
900,623 900,623 00000000000000000001975fb87bcc7f1be051ec742d66d181ccb4c4e6725360 1.54 MB 2,656 3
900,622 900,622 000000000000000000011eeccf0fe72b79b140b010c4d0bec9ede5044466fcc3 1.45 MB 5,059 1
900,621 900,621 00000000000000000000c5c961c801fc784ba236ac309f1996c76373b02a4037 1.22 MB 1,359 2
900,620 900,620 0000000000000000000032644d8b5b41cfbe508fa7ef677a217e0da8a7531f19 1.51 MB 3,241 4
900,619 900,619 00000000000000000000e2fbe31fbcbd63966b441681313545ed4dbf128e9641 1.56 MB 3,261 2
900,618 900,618 000000000000000000019c43f4de270bd67d2e2bd27b7329f78bd987677aa4d7 1.58 MB 3,612 8
900,617 900,617 00000000000000000001ff05d1b53e5426b23d3c4a49909c6211480890629f9f 1.57 MB 2,659 3
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,633.66 GB sent, 93.87 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.