Memory Pool Memory Pool Refreshing

8,921 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (752,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,021 155,021 0000000000000726f79499a4a4f9372950866ec577d7516ab8857d5afed35430 0.01 MB 34 230
155,020 155,020 00000000000003b046fe85cf167df0cb7ad3616e37f323afc68594530736518c 0.03 MB 36 120
155,019 155,019 0000000000000d1568d4c4bee3dac78dfdf6af697e913b0c26a6a6486e19f6ab 0.03 MB 26 136
155,018 155,018 0000000000000af25bec77f57c5cedff623d9e9427e3cd717f43a62edd285e31 0.02 MB 45 31
155,017 155,017 000000000000084ed8aae6cb008073b02281080f3cc64bbe3fad4b42a8ab7fb3 0.03 MB 51 28
155,016 155,016 0000000000000075fb2fabc311c8813ad8d744a9a6b3c53c9ad9b0202a9e24a9 0.03 MB 83 28
155,015 155,015 0000000000000bb897b19a9cd43c9720441714dd41cc4b92d82227c8453ed5e9 0.00 MB 9 121
155,014 155,014 00000000000002716a69dd655d03f482c6195dd3f28b9b569c6c5580b493424b 0.00 MB 10 104
155,013 155,013 0000000000000afe95d78fc0efebcb856da50725dfea8f4e2b44147c185fe171 0.04 MB 110 236
155,012 155,012 0000000000000ba3a2fa1650c895755b92bcb4455f5fd4fc5b47220dc88cb185 0.01 MB 10 910
155,011 155,011 00000000000002b73db516842ff0cd0a43407e81d020347fcd0d35766ea6543f 0.03 MB 73 73
155,010 155,010 000000000000007e071cbb4b6c572a050fe74c709cac58c9d673d08869261b4c 0.01 MB 39 85
155,009 155,009 000000000000061d8a675d4db1196bb36386f5e653d3343586288bef92556507 0.00 MB 5 561
155,008 155,008 0000000000000a0202db5881097e244ea11d731439ff5db2d30516389b2ee6bc 0.00 MB 4 1,338
155,007 155,007 0000000000000439b06038f4544efe5c789b81d0164c2fa987092df9991d1ebb 0.00 MB 7 27
155,006 155,006 0000000000000b1d3ed57aab0f08d01f41d90814980b52780b5328d12e3b8758 0.02 MB 53 104
155,005 155,005 0000000000000dc2e1b41b91aa36ca7010700742629a1d47bdabb47a0914bc0f 0.03 MB 80 66
155,004 155,004 0000000000000354b9e7ef187b513a5bdc2d4acfc3b15a101558dddcaed04824 0.01 MB 10 15
155,003 155,003 00000000000001d91a34b4315f85a9f2d36b438217c086a1fc3f4641c744f2eb 0.05 MB 140 0
155,002 155,002 00000000000004aa2ffd942027f102dfba3cf5f73d655b11dfae31de72d7c963 0.05 MB 81 59
155,001 155,001 000000000000058ce3754a0dd5a37013d82e9cda5f8699a90e5dab3942b32b93 0.04 MB 95 45
Previous 10 blocks ↓
Total Size: 769.29 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,642.51 GB sent, 94.39 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.