Memory Pool Memory Pool Refreshing

7,918 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,922 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (461,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,700 446,700 000000000000000001836fbd412066b090ad7bc54af5077776dfcfd3d7c8a7fd 1.00 MB 1,832 71
446,699 446,699 000000000000000002733421ac651a7e4d4eecb2449184c8a8df24199e1e1a42 1.00 MB 2,537 87
446,698 446,698 00000000000000000238bd66584b0bb1f2d7535eff4f22c5f15a6f72fd9a16f3 1.00 MB 2,030 73
446,697 446,697 000000000000000000660aa54420a07597c69fcac87c0b156b717994893b8413 1.00 MB 1,611 59
446,696 446,696 0000000000000000015955e197fc362502a32f76290e5b5e5be822f9f161b3f3 1.00 MB 2,120 67
446,695 446,695 000000000000000000a96a5134cbc726e59abfac1c0629f6bb16432f7ad66899 1.00 MB 1,984 77
446,694 446,694 000000000000000002ea34d06a2bf4bb3bd4f5547f5f55030041bb81be8c05fa 1.00 MB 2,748 99
446,693 446,693 0000000000000000025a2083618be11b8706fd58614c8d14e6cbf83419d90710 1.00 MB 2,267 86
446,692 446,692 000000000000000002474fe52eb651fabe010459a0286f1d435645c1ff2e7bb2 1.00 MB 2,042 76
446,691 446,691 0000000000000000002f665d0d99c51f82bbfd729c2ec1d666e7348a28d578ed 1.00 MB 2,531 89
446,690 446,690 00000000000000000274db56826af773ed14699337100f46b153c27bdbc4193b 1.00 MB 1,472 56
446,689 446,689 000000000000000001cbc35a5e5f2f3c80a4bb8583cbad8dba796a12fd0faf76 1.00 MB 2,292 80
446,688 446,688 000000000000000002e97dc06b6ea0515f1c6ff06241fc0ad74a702c858a3c96 1.00 MB 2,827 96
446,687 446,687 00000000000000000054944d0ab0f69a4ed453bec95fd86493e869f802faaad3 1.00 MB 2,001 67
446,686 446,686 000000000000000000bfb87ad6409a5c6d8c44405ccd28f68bf5ce60b328c4c5 1.00 MB 1,996 81
446,685 446,685 00000000000000000028887064c343f916a58d0d6ced4c9aa87faa4b2354d801 1.00 MB 1,706 67
446,684 446,684 000000000000000002167427277b525b992369d0b48ad1a0bf76b62b51cb3545 1.00 MB 2,419 68
446,683 446,683 0000000000000000019de70dde6e34656e7bc003b2e8fc0dc8b71b94d54fad85 1.00 MB 2,013 82
446,682 446,682 00000000000000000135c2f465622055f0046993a1f9bad8ff97bcd32be39943 1.00 MB 2,049 76
446,681 446,681 0000000000000000019f412eb3ab77318d02c540a586633dc1481cc1532a27c8 1.00 MB 2,127 83
446,680 446,680 000000000000000001108f5185624d41b00028102c082c3d212d674b666414c7 1.00 MB 1,805 114
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.