Memory Pool Memory Pool Refreshing

1,475 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,377 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,472 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,376 (841,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,746 66,746 0000000002629f66527af5da04e1606cb1e969781e8481b69067784734bf2e56 0.00 MB 1 0
66,745 66,745 0000000003c98dc01ffce8d5f4d0004c23b614167ae1bb4bcda11d9aac1b2337 0.00 MB 3 0
66,744 66,744 0000000000acb5bd4c017a27b369d016db1b07c28ab08b077a838cb5aa35465b 0.00 MB 5 0
66,743 66,743 0000000004a45b2e3e3a4a68ea73390fd5fb8caa1a4b8fc4e9c2bff8cb06114e 0.00 MB 4 0
66,742 66,742 0000000002f11b767e6ab49de9158fc6eba27bbca6a1f45f1594556e75a3d972 0.00 MB 3 0
66,741 66,741 00000000053bdeb12100f5aaa8648614384decf855cbf1c4bc1955e2b0f3f6b8 0.00 MB 3 0
66,740 66,740 0000000001860c1d0f4671ea30758a32ed3069250db33281829aa3dd5634078a 0.00 MB 2 0
66,739 66,739 00000000047598a9d249ac38e038968964e996cc1d5ec9bb51591c0f890fb309 0.00 MB 2 0
66,738 66,738 00000000031e1110ab63da4d94a52c431ac6bc9655623bdea22297b759bde519 0.00 MB 3 0
66,737 66,737 000000000206d1c26044ecee9ec237987a258d6574e0888476aa2b9b66e0b9b9 0.00 MB 1 0
66,736 66,736 00000000031c903ac8e141f69065789f420caee1cf9fd3851f20641c5bba7125 0.00 MB 7 0
66,735 66,735 0000000003848e34a906f14d1529b9a8ee88dda861178323f86fe2b0559ed315 0.00 MB 1 0
66,734 66,734 00000000009e58355556defc16243797be9a0af3985e9ca637495f2eadeb38c6 0.00 MB 1 0
66,733 66,733 000000000574390489e4553f59f8bf909cb11a2d4e3b8bb98a043b11d9fbe3cc 0.00 MB 1 0
66,732 66,732 000000000237c75dd1227c8add38a1d6c395617c61681e8c11dedaaf9ace7362 0.00 MB 1 0
66,731 66,731 000000000516f4479c9be3e36adc6a02302d1a88db89282bd850827d4cdd6dcd 0.00 MB 4 0
66,730 66,730 0000000002d37511addd1020f45fe16ff840b4d8bceed90881561e635e38979d 0.00 MB 2 0
66,729 66,729 00000000047f8e72a68bcd65ff89f536e60825b4a5d9cef11bac1bb499567833 0.00 MB 1 0
66,728 66,728 0000000003a9b5e99070e6d9de07e5581c497e8b6a455e0e25d34fca9c6b3fe7 0.00 MB 5 0
66,727 66,727 0000000000b3851d33b02e448c53d151354265238ce73fcbb8e00cfbc7dea30d 0.00 MB 2 0
66,726 66,726 00000000057b97771b7f7158e49a457f719c51b62ab7b8c18c43f9dbb4aab98c 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.39 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,703.42 GB sent, 99.07 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.