Memory Pool Memory Pool Refreshing

9,237 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,857 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (746,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,810 160,810 000000000000015e678874a7e8c054287942e24fa512b676635bc5e20fb4b603 0.01 MB 7 29
160,809 160,809 0000000000000a82f78fa4728900a05f37bda2b6c2f5fa4ace8c46127eb4679d 0.05 MB 61 48
160,808 160,808 0000000000000b933dd8321aeb350f3d34871fafcb250ef9e4ffcc697378c71d 0.03 MB 48 23
160,807 160,807 00000000000004990701063859b5ba5913deb4e521cb022c89cfbcd15e3328c7 0.00 MB 10 157
160,806 160,806 000000000000009daa73f456f127d386ab612da2feaf26a79bbcc93901832d07 0.00 MB 3 12
160,805 160,805 0000000000000ce5d02724359cc82e929b064cc0795b706a01b6e1f1bd1a87b7 0.02 MB 45 96
160,804 160,804 000000000000076ec947de81b3bf17d3ce97ac7aadb6210e1389f5ac35326131 0.06 MB 31 337
160,803 160,803 0000000000000b0d0d0fe862f033f040054ab19d1c56f53722d05b12d6817089 0.00 MB 7 0
160,802 160,802 000000000000047e817484d47b16d4368d98b8af3ae35f9065fd99befc4d7abe 0.02 MB 8 54
160,801 160,801 000000000000062c8318bec46a09316b2b2ac7e6d0f2b522ba666b2ac22b9504 0.01 MB 18 271
160,800 160,800 000000000000075ececbe542e3431a42127419af8614832be7487a98eae83e75 0.03 MB 67 229
160,799 160,799 000000000000042e5799571c84e48217c39ad0c475ec8edc539437f985044834 0.06 MB 64 107
160,798 160,798 00000000000001e1fd5f94f3525d924f3e27b68991aaae99316a52ed6e39d1fd 0.05 MB 44 300
160,797 160,797 00000000000003a4375b1e9b1980d228a41c00a6581b5b84174198be802fa37c 0.05 MB 60 106
160,796 160,796 0000000000000721c462b19de4c9fac53f110dca097c0dcdaa67ce48ffe9f498 0.03 MB 28 302
160,795 160,795 0000000000000baf9285fde5398889035b18ecb87158e2db4490fbe551df8f9a 0.05 MB 66 115
160,794 160,794 000000000000006242b60faa7f6f791a6f2bcf3f2c9165415c96f52e192efa91 0.05 MB 88 248
160,793 160,793 0000000000000ac3ca9e31a622fcea45aa2b17e7c3376bc1a9b25203b74e09a1 0.02 MB 58 161
160,792 160,792 0000000000000167264522888163b8364a6eab93c5be8dadd4cfac012cb72bad 0.00 MB 8 50
160,791 160,791 0000000000000ad094ad6ae178c1a8527c91aec18542987f8b877c7cbf1c7cde 0.01 MB 20 106
160,790 160,790 0000000000000e33599427752b4a791e1103b9ddd159f989ee292775cca4ffcf 0.04 MB 114 108
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.43 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.