Memory Pool Memory Pool Refreshing

4,214 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
908,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (895,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,589 13,589 00000000f662c84897ec5238da0cb42637d5dd24eca6c8cbb78b1c8d161b6d0b 0.00 MB 1 0
13,588 13,588 00000000d8f3a2a301bcbb3104a7c24d730a5e4d54fa900905574b434e94c910 0.00 MB 1 0
13,587 13,587 0000000062597c1e17d7370cf3867e5b73417d3ed891b658cf7a6892d3877d92 0.00 MB 1 0
13,586 13,586 000000003a557cb411ab6bab7f196057cb660c3bbc4b965a9708547c9feaf05b 0.00 MB 1 0
13,585 13,585 00000000e7754cf9d36a62a77aa7762f9be421b817705b167b63f22a65a4f814 0.00 MB 1 0
13,584 13,584 00000000bfac0e5b893d4aaa58d53c7f13747526aa41907433f38bdc6e063eec 0.00 MB 1 0
13,583 13,583 00000000d4792f8eaf3e161a0e8ad168aabe70acc19ab214d0ffc3e683277c44 0.00 MB 1 0
13,582 13,582 0000000018a49279d19ffaf02777cc526d1094d374650a3b6e9c1093c5b735b0 0.00 MB 1 0
13,581 13,581 0000000006bebdd5a032582d77c506c03250a90d8b20ed6d4769ac80c15e5a89 0.00 MB 1 0
13,580 13,580 0000000035d1f1fb4d53f98f7c4628c8ca2c10870b1cd0cfc8b009c592aba726 0.00 MB 1 0
13,579 13,579 000000009337d6d211371ea2aeaccfd2009b7cd2bef40a3ecfd2d32b73d519d4 0.00 MB 1 0
13,578 13,578 000000000937e14ff69465695a39cb636d26b003e494ba2c86abf58861346b2e 0.00 MB 1 0
13,577 13,577 000000001fda2f9c6b2a033dda8f8c7301dddd8b91f1cc985fd52836329fa9e6 0.00 MB 1 0
13,576 13,576 00000000bddabf123b0037731c1847210319e783d9d141fb6578520373aa4b49 0.00 MB 1 0
13,575 13,575 000000007b8d8078fba1f4d3d23b9e5a1d354289940a7f589ea61e9159304f69 0.00 MB 1 0
13,574 13,574 00000000eeaa5d8d77af9644b93122cf652f9d82ec8dfc82c82f2cb96ba47383 0.00 MB 1 0
13,573 13,573 00000000acf48d7a283f49ef032ff22f1d169e9dcb90c8840301745302543682 0.00 MB 1 0
13,572 13,572 000000001b5c6f73972f60e1cef8491650bce470c11fe6cb32145aeddf1c77ec 0.00 MB 1 0
13,571 13,571 00000000eb326f619978e6e72d7ae2673dd023b5cdde0c67c4367bdfc6281329 0.00 MB 1 0
13,570 13,570 00000000306fcdc9dc946d3093ddfad15271ee67b85ba391765067421f506115 0.00 MB 1 0
13,569 13,569 0000000070401ebc316650df569669d153de7b8ba2d0a8a2459f4d5b5cda4496 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,854.10 GB sent, 101.86 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.