Memory Pool Memory Pool Refreshing

5,243 transactions
15.20 vMB
Show Random Selection Loading Transactions
Max Size: 64/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,947 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (861,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,135 47,135 0000000028b3fff59a6105c9d3b10a365ccb057a5e5766a706d5d3df0c03862b 0.00 MB 1 0
47,134 47,134 0000000017dfbfd9ad13178cb3f185f6f4003e396c8931d6ddf1ab14d0ea310e 0.00 MB 1 0
47,133 47,133 000000002b6cb5be2c6e378d047b5383992778501a828b43eef5e807b117b25b 0.00 MB 1 0
47,132 47,132 000000001bbc4174e8c24dfcb061e8706db7c6b7e5c9acc48529f58ab801012f 0.00 MB 1 0
47,131 47,131 000000002edd0c5242dae8306e940cf03573edb2c388b98393b924a624d32d67 0.00 MB 1 0
47,130 47,130 000000003104a62e654c8f3ffe28cfafbd90cc76925a979ee9f665c7dd276fc2 0.00 MB 1 0
47,129 47,129 00000000156f9134ddc16bc071e9206633f9b79e455a341998f887699380be4c 0.00 MB 1 0
47,128 47,128 00000000344cdea6b2a3fb8f46055ce98dfd36f028ad1946e7d69cc9397b5f53 0.00 MB 1 0
47,127 47,127 0000000009d570688e03dd03039cce28ec47288966a9643f3df238254fa6fbca 0.00 MB 1 0
47,126 47,126 0000000011e28bcf027b784f6c211e923e7273b9c560fc72a441fa8f0030ad47 0.00 MB 1 0
47,125 47,125 0000000012edcaaf4adb67610e6973845f0bf21a40ed910f1141c8d49d22f680 0.00 MB 1 0
47,124 47,124 000000001171eb78364f4355ede334ea08b770714047248b210f27990e0b9ce5 0.00 MB 1 0
47,123 47,123 00000000022c8a0d15a4b12839aebef1c8e302904681172a4aeaded203491366 0.00 MB 1 0
47,122 47,122 0000000021cce0e20939448d05f403ab1a9a929614ea9b0d82fca000650c7e0f 0.00 MB 1 0
47,121 47,121 00000000205d01b6b34145a15af6353fd4e32e0c1d8990731772a5a3d8c1da32 0.00 MB 1 0
47,120 47,120 00000000032241e559ff3d976f9e7309a5a0fd7ba946f98c51a67b94ff8c581f 0.00 MB 1 0
47,119 47,119 000000000d2d96bbc74b6c37b46ade83ebbdb92ceaab39ba5a54efecc4c85e1c 0.00 MB 1 0
47,118 47,118 000000001d59aabb0212b209fe33768765f9f6d8eabab4c50c18f0b079bb007f 0.00 MB 1 0
47,117 47,117 0000000035cb2e695210672b567f003273afba90a08287a5b6203fda4b6f411a 0.00 MB 1 0
47,116 47,116 000000001aba51ef3857d2e886831b79961e77b12bf978f3857f023dc8404524 0.00 MB 1 0
47,115 47,115 000000002748e1978439f092e8ed7e9500f91cb57b15d1905d69428daae53e19 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.