Memory Pool Memory Pool Refreshing

1,894 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,285 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 1,892 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,284 (816,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,836 91,836 000000000004b9bb460cbe00344f117a3348378b5b8a77190008ed3853a9b5cb 0.00 MB 1 0
91,835 91,835 00000000000d1fd9610204cf1e7b1440a22c5e60fe3ede123fc0005e1da0c08b 0.00 MB 1 0
91,834 91,834 00000000000da85d09e8f91cba7092eda1b23ac842c2f624a5f8a1eddd1ba511 0.00 MB 3 0
91,833 91,833 00000000000c6ba1fe1b3d9aad9e9c8f1758e1438dbf95a0bdbd60e72fef5d6e 0.00 MB 1 0
91,832 91,832 000000000008c80d6ee9eead086007bdacd5d3ae33a9bd6777bee6ab605c3184 0.00 MB 2 0
91,831 91,831 0000000000030191f358b39e1cf707b893f26403ef901c9639292968d7a0dfc9 0.00 MB 2 0
91,830 91,830 0000000000014032baa0c1ee45b390e022799c998ed2f48fa37428865886411c 0.00 MB 2 0
91,829 91,829 000000000000bade7ebbf666ec4717b05ef7c06108d56567d60ad2a1e02242f5 0.00 MB 2 0
91,828 91,828 00000000000944b954dd20abda1c66c957289fa76ffec6ce637aaa204265a1de 0.00 MB 2 0
91,827 91,827 00000000000d38798f1315114ffcd7c1a999f5a2c85f8d9a6067d52c1a4cbd82 0.00 MB 1 0
91,826 91,826 00000000000120a2cf13e80b26401acb134b69938d4266d08e318a3378fc474c 0.00 MB 1 0
91,825 91,825 00000000000a689fa89407cb0d2bb3657e958e3654774ddd014dfb2c01b8f06f 0.00 MB 4 0
91,824 91,824 00000000000c6db82175274e3501c80ecc69913bedf70437e4e32515641e1b27 0.00 MB 1 0
91,823 91,823 00000000000112cb2578ad863b08ce6fd5267f0208bc8db353a484a43799e7e6 0.00 MB 5 0
91,822 91,822 00000000000060e9656103c12550b4b9872d12f7bb106038f81b71d6c633d719 0.00 MB 1 0
91,821 91,821 000000000004540b1e1c44546d2e76a125ca92e882b9fff3b71d252e93d64b79 0.00 MB 1 0
91,820 91,820 000000000003d3c0a5e711c7ba8c5d948daa82521140e1e07ab24c19ab6b39d7 0.00 MB 1 0
91,819 91,819 0000000000086f34dc823064b5de7b5cad8785add39640a3f0972cd72c0ee80f 0.00 MB 1 0
91,818 91,818 000000000004a44d043be6408da3bcdb586a5dac148061982a032bd1a0a0ea51 0.00 MB 4 0
91,817 91,817 00000000000392276f36a59a2466d694d357103afe85ef7edd0d62761bc610bb 0.00 MB 4 0
91,816 91,816 000000000005dfcea75f915d0e5b568318252164afa9209f73f9a66d7866fe92 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.09 GB sent, 98.25 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.