Memory Pool Memory Pool Refreshing

1,049 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,049 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (401,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,837 505,837 0000000000000000006e8924a4f431f2b8875e9840bb83ad0ac60f6ea3d82915 1.03 MB 1,391 123
505,836 505,836 0000000000000000002907d737434f70d5e31cbf7d64fe8b09a19da5edbabe56 1.09 MB 2,223 199
505,835 505,835 0000000000000000001e2a73cd44237400748824ec55ceda84008d6d48a82063 1.03 MB 1,159 143
505,834 505,834 0000000000000000002a78b1caca6fa62329a31b5aa082143a0cf9e478eb25dd 1.01 MB 794 32
505,833 505,833 0000000000000000001dd08d637d19b6599d23167c1f87051a0396d1c241e373 1.01 MB 472 17
505,832 505,832 00000000000000000004fdebf532102bdd8ed81994d57abd52f361bd644e19cb 1.09 MB 1,425 111
505,831 505,831 00000000000000000041d895eb64268d7390f6f04b17c33694f296bc179f7a66 1.02 MB 1,094 105
505,830 505,830 000000000000000000563d39faa1ba0cd949c036a20b21de4ba742bb66beb53b 1.00 MB 530 18
505,829 505,829 000000000000000000163aa05e65099cd69133197e2f218713245480d8c6071e 1.02 MB 939 66
505,828 505,828 0000000000000000007166931f53f02b56e9c367b23a5e2bd0a4bb39036cab27 1.04 MB 980 78
505,827 505,827 0000000000000000003a0054d5adca1a2f435d8d6b9d3fda252d251a93a05a55 1.02 MB 718 113
505,826 505,826 000000000000000000621c00d0f42701c9771dac7e6f6d64e27132c6737ce505 1.01 MB 1,483 41
505,825 505,825 000000000000000000449afe6fb31e25d83843c52e3f437249588202e7bb151c 1.09 MB 1,673 185
505,824 505,824 00000000000000000003f73fd276160e2d63a21f92709d84fb589ec47f6daf9a 1.08 MB 2,814 283
505,823 505,823 0000000000000000004ffc3177e7df68c51ed5763b3bd205402f759210090748 1.03 MB 401 21
505,822 505,822 000000000000000000192a1e683ff99ebedf0354e8c2aa6fb32df6d568540f25 1.15 MB 1,577 166
505,821 505,821 00000000000000000032ce9032ecc6539ae01ff3c6f122c80f3779097156c8da 1.45 MB 1,063 105
505,820 505,820 00000000000000000014792bf0fea75cbbb545a287e78c4a62eef202449d5f87 1.19 MB 759 50
505,819 505,819 000000000000000000589046e15bdc4242bd9de5a49aa0aed4406e4ea94721c3 1.02 MB 592 56
505,818 505,818 00000000000000000057cc97d3d6d99394465d98941c6a9611b3af164f89a21c 1.02 MB 1,428 89
505,817 505,817 0000000000000000002b4fda44f9f6299186fc061caae7cff63450b33d14d911 1.04 MB 903 52
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.