Memory Pool Memory Pool Refreshing

7,605 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,613 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (673,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,581 234,581 000000000000010eb16fd9d4dd7cc3a59bd3e4c430b9806eec28278428984464 0.00 MB 1 0
234,580 234,580 000000000000002aff37e73f31d9c8f8f814af87efa98f0576dbc5073c2a9bc6 0.07 MB 143 175
234,579 234,579 000000000000010cc70afebd32868be2e9eed5b3408345895af0ed29c420d0a3 0.16 MB 325 153
234,578 234,578 0000000000000190e2d90f31930cff33066470cb3d4a433b549fc87d376da64f 0.17 MB 287 107
234,577 234,577 00000000000000e7707a17cc331d8cfeb3e1d8eb3aaef40cacb072294f40d231 0.25 MB 617 182
234,576 234,576 00000000000000bda01061d5149f3db943a65c94bc6fa9aaee4c8826a17ed0b9 0.11 MB 256 191
234,575 234,575 0000000000000035036a857cf4dd59abfb58f61cce4a092ee2e2e915c37ac5f8 0.16 MB 340 170
234,574 234,574 000000000000016cacc2fb201cf38cade6d6ee0ffa608fb94d93cb5215690f92 0.25 MB 173 65
234,573 234,573 00000000000000332f02e9f7ee69dcf90bcbeeb50367ddd9721511b304f2aa5a 0.21 MB 400 151
234,572 234,572 00000000000000e92c7dfaaf3ca08ce30d5bd7e39ef0c1257836fae1c4a84f2d 0.08 MB 298 32
234,571 234,571 000000000000013caf15771f7a9a6c3337066b592b02c73807c3cc031a8e5312 0.25 MB 531 162
234,570 234,570 0000000000000131a1b79e72c6ccaaefce4dea16afaf2b0ad8574e1d9d9e9080 0.18 MB 439 171
234,569 234,569 0000000000000165eae25cbe14c77f5fc2f00d362071524018b309c6e7254a0a 0.05 MB 74 78
234,568 234,568 000000000000016d27091a415755f8a4563819c4ab02b8a47af70d7153751a72 0.07 MB 150 107
234,567 234,567 00000000000001797248f8949340941fc1999c2888aea0e34c0ad68276f37b0e 0.15 MB 291 167
234,566 234,566 000000000000005ff5a4bb25e6ce3480adff7919c2bc0255d887168e438bf787 0.15 MB 248 151
234,565 234,565 00000000000000daeec5b25dbaa86077f350200c144f5289fc4098f9fbc326e7 0.27 MB 575 159
234,564 234,564 0000000000000003646cf9021efb173d03bf87f8bc78da7c887081c2f764ab6a 0.32 MB 578 119
234,563 234,563 00000000000000e969f0c4eb5cf0ad6aa9ae969959168ec4ceb94fcbb0fa9992 0.04 MB 128 107
234,562 234,562 000000000000018a27acdf5545ec0c742a07e685712d273baa7865990747f19c 0.10 MB 320 62
234,561 234,561 00000000000000b2772d81e68595c65ea00d20c7d085203c4b0725e12e5c9753 0.25 MB 644 183
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.