Memory Pool Memory Pool Refreshing

8,448 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,356 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (729,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,463 178,463 00000000000004aaff274ef6bfc969765f953f1a52c76b9f6acf85c0abc8c00c 0.04 MB 86 70
178,462 178,462 00000000000002d9f69ee1d8adc25cdffe79523d48e2bff4e85dc8b984b9657d 0.01 MB 12 471
178,461 178,461 0000000000000aa1dc3eae75f4496901a8c298eecefcf3f64589dc51da4858cc 0.03 MB 54 357
178,460 178,460 0000000000000324f3b3eed5bdbb68ac1be7ceb9e030c0cfa1a6afcc7146c243 0.00 MB 14 99
178,459 178,459 00000000000005bb3c605a73f8aecf440bea8619622e3e0bc50e4c8ee1ce247b 0.05 MB 67 38
178,458 178,458 0000000000000091c80342d931a6d02a7b8b1afee61980f35536b84fcf493f4c 0.02 MB 69 8
178,457 178,457 000000000000018c51f8fac162fa44425859f44505341e070b40e3af7ad2a0b1 0.04 MB 106 197
178,456 178,456 00000000000007b707b5578a036bb4580f302b7481afddc143faf57635ab102c 0.03 MB 22 45
178,455 178,455 000000000000059fb02ea7645952a842d8c4fd0aae563b3c7805ed212bdfebde 0.01 MB 37 40
178,454 178,454 00000000000004d3f3c7b964eb43a4ec9cf6486f4e259e12c30f4423d86afde6 0.05 MB 93 126
178,453 178,453 0000000000000854c1ebd57a1728ed920bec8061840912984bf9f7bcb17022c9 0.02 MB 41 139
178,452 178,452 000000000000061b587ea4c6e1b43034836043f1c44ea853c2362a14dc07d38f 0.03 MB 81 230
178,451 178,451 000000000000054bc9569ce29eb063924d7f886a09bdf3b5be50737c28969227 0.00 MB 12 64
178,450 178,450 000000000000090f854b6487d3123f4ab3254778d0ec71f7b1e3fb982fd211c3 0.02 MB 38 82
178,449 178,449 0000000000000abb1313704917bec6ef451973e7a3368f9ec7727e87924ae5d9 0.01 MB 35 222
178,448 178,448 00000000000009516e4b19f795a54c07669431223ffe3e814ae27a6984f43a19 0.05 MB 162 74
178,447 178,447 0000000000000084f3f69deadc308ff5c3e418217d13796c03f754c70b0f9e5f 0.00 MB 11 92
178,446 178,446 000000000000044d2c468b3d7d089d33fc0e5ca18e16a99d279632b63c5472d2 0.11 MB 214 149
178,445 178,445 00000000000007280092375a2ddc030bed135b3284f980b7bc89ff0fd2cef08e 0.02 MB 57 147
178,444 178,444 000000000000093740457690cd011cdd98c9a03d29e828c89656546f4a3163d2 0.04 MB 138 5
178,443 178,443 0000000000000103ec5555a4518fed96d5087bfee179f602d2c826c3a7b38866 0.02 MB 49 64
Previous 10 blocks ↓
Total Size: 769.17 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.43 GB sent, 93.81 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.