Memory Pool Memory Pool Refreshing

16,258 transactions
5.41 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,172 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (353,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,726 553,726 00000000000000000021e8eff79583b066f322e74e3580433cda05c5167225f0 1.28 MB 3,147 25
553,725 553,725 00000000000000000021b8a6638a0f05ca3bf904404b612620d5b755abd3daf0 0.35 MB 680 15
553,724 553,724 0000000000000000002849bd7ea6df81fa2f07652af0600ffa0f2b0bc47d736c 0.00 MB 4 9
553,723 553,723 0000000000000000000567a96e76bb24f8e954d24a981af937fb566f9624d70e 0.24 MB 530 12
553,722 553,722 0000000000000000002b0fe4ffb44f6db4d9c54fb5ca1a9aa6f0fa8133855fea 0.12 MB 300 14
553,721 553,721 0000000000000000002768032d95c351a5dc5bbeed4ecb10fcc3a5b91300c25b 0.07 MB 166 25
553,720 553,720 000000000000000000067092cea7395a838aa73f27bc252db20b80ee2d6d130d 1.09 MB 1,503 8
553,719 553,719 0000000000000000002defd79bef93f581b92438c4703f9dce5edc3c78661392 1.24 MB 2,607 17
553,718 553,718 00000000000000000003d01e5f8c88c9b463569da04f90d76203969e4b57e56e 0.56 MB 1,036 11
553,717 553,717 0000000000000000001ad5756af181e9fef0f05a540b8bbe8ca6581489178e2e 0.14 MB 353 14
553,716 553,716 00000000000000000026681a4c9028d568100206e0ea29771b58ba59d6fccae9 0.37 MB 478 7
553,715 553,715 00000000000000000001fe262248f6370f6f7e7496b8930faf0be679feddbf06 0.73 MB 1,028 22
553,714 553,714 0000000000000000002be96a0b3881979a43836fe6719f41be0bc25d35294803 0.09 MB 173 18
553,713 553,713 0000000000000000000e2b827d9f3a3c0a5ce033d531b78fe549586412602fee 0.75 MB 1,299 13
553,712 553,712 00000000000000000028dce4c62613d9bc944ec1c3a256b2dcfdbb073a81abd9 0.87 MB 1,691 13
553,711 553,711 0000000000000000000e6bb606e525432933e8bf2b53f6b41424e07a3beab57a 0.71 MB 966 20
553,710 553,710 0000000000000000002721facdf7536e2058967e09d15ed227cf0f2e3b48f2fc 0.98 MB 1,002 12
553,709 553,709 0000000000000000000cc68acdac638e9a79a25fd742173e5956ad295c24d447 1.29 MB 2,289 11
553,708 553,708 0000000000000000002189cc8fb44a066fc29b78cbcc2a1365103f0375f9c43f 1.16 MB 1,818 18
553,707 553,707 0000000000000000003163224b481ab31e229aabd9ec47a1d9f4aa020ffcd018 1.14 MB 2,320 15
553,706 553,706 0000000000000000002523b28481bef283b61f3a26867053c646f64b8ba033b6 0.49 MB 1,262 13
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.