Memory Pool Memory Pool Refreshing

3,545 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,778 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (734,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,987 173,987 0000000000000033ffbcc1b9b00f7af88c93ba535395c3be8e0dd3e7f0d7ae16 0.02 MB 20 76
173,986 173,986 0000000000000777e4b4b3ee406bb652ac85cb0665c4d21629291b82201b74a7 0.04 MB 106 241
173,985 173,985 00000000000004c7b1f4e369bcd2b3a51a2343155c00a4318cb956677f52551a 0.01 MB 16 221
173,984 173,984 00000000000006a3fca09878852cf952f216991312b5a95f3caaed3ac6255d13 0.01 MB 24 60
173,983 173,983 0000000000000129b594da72202c0ec61cfa3820c889efb57b8815ddfb26df23 0.00 MB 5 67
173,982 173,982 000000000000059d63e5ad61b39c3dd4acfc89cb4d17f4c9fbd090558dbf7213 0.02 MB 51 129
173,981 173,981 000000000000091d1b4216717614c9e703d9f6001ba8408976cae41f32727de1 0.00 MB 11 57
173,980 173,980 000000000000034b56d08bde2b9a8e20c47022038f05192f8cfaaaabdc7ea672 0.01 MB 15 702
173,979 173,979 00000000000000ad0bd7cb3e12bf4a51c1dc14042e0c92e6c8da3cbdb1078bdd 0.04 MB 141 107
173,978 173,978 000000000000081a2b3abd1edcfe45b7a5f71605b9561fb46fac1eb83d9b9f0e 0.00 MB 1 0
173,977 173,977 0000000000000841fc9a90ce1343666cc90687cae38d250a096af11a64df6096 0.01 MB 12 55
173,976 173,976 00000000000002aa00fb4d87bec557c6747449d2c4c03bb2fca92ce2307ab650 0.01 MB 13 59
173,975 173,975 00000000000002f32b32f8e9098975c60903739931373c6dca0a7b710ea4d038 0.01 MB 13 44
173,974 173,974 00000000000006fd6e02d99e9503123f21587c45ff95cf463fb52c05e8bb1c8e 0.02 MB 34 103
173,973 173,973 00000000000006eccbef3dc8e3ffe1c7aee1433ad5136809888078f28f8c2783 0.00 MB 1 0
173,972 173,972 00000000000008b65b4abca80dd8002493e95942c0b8979d951c7ed3e2659617 0.01 MB 13 72
173,971 173,971 000000000000061dd72e450061ced4da6473d8db64ad26d17645998a1655c707 0.01 MB 17 40
173,970 173,970 0000000000000399a36b1d283529144a43da0c3bba45f9aa866bee53e55065b4 0.03 MB 58 146
173,969 173,969 00000000000000a5d5588f30f4b73df49298de7002a32ba8e4e8d4c7f23969a8 0.02 MB 86 24
173,968 173,968 0000000000000173edc54a237cdb77390ab70c1c7337ad115e3f28c01d8a06ea 0.03 MB 101 5
173,967 173,967 00000000000006a353c79d4d745a8069105dbf40d603f6dadb0fdad49f319d16 0.05 MB 63 83
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.