Memory Pool Memory Pool Refreshing

7,719 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (842,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,662 65,662 00000000019c5ac1ba80deaf55bdeffa6469b67a8911d7c56b29745897d04adb 0.00 MB 1 0
65,661 65,661 0000000000af5d83287ce07654bf4e22a9949c40fcccb9c7d7fac2e373c3aa21 0.00 MB 3 0
65,660 65,660 0000000006d06bce1c21f8e88117373895fb1afd6747ff11cdb63f94cbb9988f 0.00 MB 2 0
65,659 65,659 0000000000ccf35b17bc28a42c0c5210376d4f633c7ca48ebf9beb08bdb09660 0.00 MB 1 0
65,658 65,658 0000000001022ccf65d715c3e75e96c34cf8f86d92e6cde8be7e052fa8379149 0.00 MB 3 0
65,657 65,657 000000000286f21c7a9cf9025937ae27ba0bc36e8ba3380420a8ef53a480dcc5 0.00 MB 2 0
65,656 65,656 0000000006789857391e808e37613fdf1175710c9354475d7fb795a5d0f32fea 0.00 MB 3 0
65,655 65,655 00000000033ba6a1d9486d8050fe4ecadab2567210d77c48906a993d714cf5dd 0.00 MB 1 0
65,654 65,654 0000000004cb7a57c58e80eed070b4a2f900725c889d4899c5b2b7b1ac539d05 0.00 MB 6 0
65,653 65,653 00000000028df2b97e21f3c3b26ebfc7fe5a820042e66e896c64fce775fd6a29 0.00 MB 3 0
65,652 65,652 0000000006bc1c1bb80f0fd3bda9d9503560498e5dbfb2e70234a979750372ef 0.00 MB 2 0
65,651 65,651 000000000a69f3c2ba6a278bf5eb85bdae16ce214caca3f4943e2027f61c5e04 0.00 MB 3 0
65,650 65,650 0000000009b08ff0f225c3fd643a42707f61c096e55a70ab74e6991028a4a9e0 0.00 MB 5 0
65,649 65,649 0000000001db2ac0def75f755e0146901ecaf8dddee2553659c3c1018c2e693a 0.00 MB 3 0
65,648 65,648 00000000054a51ac1ca2360c61f4d38a3304371fb5185e1650949e0d1349916c 0.00 MB 3 0
65,647 65,647 0000000001458acc15273c9877e52c3119f8c3dec7e3dba6b7f75ad14615c4f8 0.00 MB 1 0
65,646 65,646 000000000161086b160ba80bec7b92bc2318c47fe32099d0344b5c34b39415ac 0.00 MB 16 0
65,645 65,645 0000000005529b50fa9c065b1b67ee96dc0c7a5145cf2cb3389b831d6ddf5f22 0.00 MB 5 0
65,644 65,644 00000000008e2aa9b47e0011d85b0c36b7832521411ba0cf706f0bbb7e07e9f1 0.00 MB 12 0
65,643 65,643 0000000002321577925d0f68dbbca9f2d93e2960006d0241fb2414d0edfae9f7 0.00 MB 1 0
65,642 65,642 000000000ab39f1f715ebe8ee57dd2dfe55800990812cb98e1bc44d93dc287af 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.92 GB sent, 100.90 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.