Memory Pool Memory Pool Refreshing

5,098 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,399 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (601,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,990 305,990 00000000000000004d7dd1edd637b1e70251d2c9261d15e092f91e9860ebbf83 0.13 MB 277 26
305,989 305,989 00000000000000004a1062e8f1a91bf3964c26cdd10dd28cb12074cdd0423075 0.07 MB 137 34
305,988 305,988 00000000000000003b6bafe2ae43d390ca1169b6922cceeeae1a4d14720b446e 0.11 MB 171 28
305,987 305,987 000000000000000026bac875638eac1b4b30a936ce5906141fae687ae4ccce13 0.10 MB 177 27
305,986 305,986 00000000000000000be5fe8fe7a556ed79b8791fb49b9b48fece1655911de769 0.10 MB 187 29
305,985 305,985 00000000000000003889cc5e7aee9709f07decaecaabfe6b79cbe312766b551f 0.20 MB 352 29
305,984 305,984 000000000000000053a5c168c76242048558484f8412003ba9dba32e6cb25959 0.08 MB 87 20
305,983 305,983 000000000000000037592b035eba6ff43093088e6691dfebdfd6d786778af11b 0.01 MB 32 40
305,982 305,982 000000000000000058609a82e8c106f0985ef91887e88b15ec91dd7b1347fee2 0.17 MB 378 35
305,981 305,981 000000000000000013f31f51917c46ec624af94178e852157a351283a2f7415b 0.52 MB 896 29
305,980 305,980 0000000000000000368812e64c137d0f812541879d3cc8fdcd2f250f67d2a902 0.15 MB 342 31
305,979 305,979 00000000000000001f3c0cd9c721317ab2f0a7ef8162cfb158149b9398bf64da 0.30 MB 627 32
305,978 305,978 0000000000000000018ea7ab5779b1d78f3db127df7c1efdd7fa149c8cb7e759 0.23 MB 497 38
305,977 305,977 00000000000000003d4176327cd471326cc7aa6704631f1877e7594be5c10d17 0.27 MB 443 28
305,976 305,976 00000000000000002a5d9a5100710d0f32db21ebb6f6de54f06b44c2aa29e2cc 0.50 MB 1,204 36
305,975 305,975 00000000000000001fc57a5577c63cabd29185608abb021f42eac1ebe23f0150 0.16 MB 314 35
305,974 305,974 0000000000000000124038dd08a5b0ba77a67547eba48b88a41e4c4204660101 0.07 MB 44 5
305,973 305,973 00000000000000005107a44eb56ead7a1b2381b0c568544ea22b30f9fdabfddb 0.03 MB 74 35
305,972 305,972 000000000000000032f88948f9d8a39cfa6b1a738df5e3270d36a6a9c3c884e2 0.31 MB 622 32
305,971 305,971 00000000000000003987a2a567ed6216aa53e1f65a081e51394cca4d367a240f 0.05 MB 120 40
305,970 305,970 00000000000000001d9133950ebbe0c09d3d91c327ad41f2493a23a8407a211a 0.28 MB 491 27
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,632.87 GB sent, 93.74 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.