Memory Pool Memory Pool Refreshing

2,270 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,664 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 2,270 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,663 (897,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,048 11,048 0000000063e49f8030a2665e519d4f2e0a42fa99a6ffb1e534f3646f660a6601 0.00 MB 1 0
11,047 11,047 00000000f2d51923d2aac14808594bc949796583cc11bdaa0cd4032d80874445 0.00 MB 1 0
11,046 11,046 000000003046448b8a2e09195d977a6a11a7ed3329589dced9a852730f6c5b67 0.00 MB 1 0
11,045 11,045 0000000076dfa33cb4bd6bf4ec3b3022c0e384299e45e9a4dcc11f9d0aa75525 0.00 MB 1 0
11,044 11,044 00000000508921c73e28042aee48f8f51e420445333cfa02d8c93ed18d776ab1 0.00 MB 1 0
11,043 11,043 00000000fe89da0c4a0d9d04ff95020717b591de14214f565badf1158c779504 0.00 MB 1 0
11,042 11,042 00000000e83a2d8d2a46d0d338966c4b03157f74acdceef03b4d29a164da9404 0.00 MB 1 0
11,041 11,041 000000007f068ddc7d024f8e511d8acf62693fd4d550eaa83336cf058b9ffc96 0.00 MB 1 0
11,040 11,040 00000000dcf7d1d0626c73187cd174df77327cbf04b1e7853e4b1b40f7c8c63c 0.00 MB 1 0
11,039 11,039 00000000c8de5b73753f158b2174476d9936deea77d880af46ac08cd629d3859 0.00 MB 1 0
11,038 11,038 0000000064ca83601be32e0aae7ab96f9b06226bc36b06aa3f229a179a7d152d 0.00 MB 1 0
11,037 11,037 000000002f63fcd6b40e84fbf27eccfde72ecfab8f22480115032bd7a3d27570 0.00 MB 1 0
11,036 11,036 00000000b22348710e0d4576a389a745cf913e4e6fbb86344fe869359816d9e7 0.00 MB 1 0
11,035 11,035 00000000127c3eeda956735fdfa3c4f0b68e7a5c2f260d189b8f9e6b1d5779b2 0.00 MB 1 0
11,034 11,034 000000003d6b47c0afc968cf2c64777df26c520656849ae192bad6dc208bc20c 0.00 MB 1 0
11,033 11,033 00000000a74cfb1430bdfefa290397d2e4132728a4ae739eefc7811a5290cc86 0.00 MB 1 0
11,032 11,032 0000000025b70e4bafaaea872e2b61b8883c4ac8bfa46b5064421cc1045df3ae 0.00 MB 1 0
11,031 11,031 00000000db326ae0e70688771c707fde8ac191ac92d72be8b395bcdd5e19f04e 0.00 MB 1 0
11,030 11,030 000000000425e2eb4a94117a18f209a8ad53e44b1e3d571fa1be3f2eec7aaf44 0.00 MB 1 0
11,029 11,029 000000009d8e1637016f91f935c2176bb70c7aea73ef16511daadc8445477922 0.00 MB 1 0
11,028 11,028 00000000a9f833b51d103cb6d1b37e64f897d1c196a38868c62295faff4cc610 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.93 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,853.16 GB sent, 101.61 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.