Memory Pool Memory Pool Refreshing

1,965 transactions
6.20 vMB
Show Random Selection Loading Transactions
Max Size: 26/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
908,300 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,877 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,299 (836,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,128 72,128 000000000039ca54d62ccc2882b3384cf89208b3374950c8cb20d6cf76906eb9 0.00 MB 9 0
72,127 72,127 000000000042e82514f680e9c539a839df28906a5f9b4b5731dc02ee5e6e941e 0.00 MB 1 0
72,126 72,126 000000000000d13d12cd4332fe1ed429cc4c9950372716a6384f3c01b7ee87cb 0.00 MB 1 0
72,125 72,125 000000000070db217314d6f6352970f6998e2dbf035b36f4d61157eb2f75d0af 0.00 MB 1 0
72,124 72,124 000000000089e80ab4ccdddcd2bf008d15da6d45569513845cb1c26c1f4c3d2f 0.00 MB 4 0
72,123 72,123 00000000002db07187956abafa273573cc9cd2710f625a316acdff37d485cdf2 0.00 MB 3 0
72,122 72,122 0000000000238beb5e3c7c7957e9fccf062085ee95f5bc121d2c17329907da2a 0.00 MB 6 0
72,121 72,121 0000000000ee76a90f9249669b7933a81f1fa4df74af6fcd429a23c5c7e23205 0.00 MB 2 0
72,120 72,120 0000000000018c714feff5a45168bf24b032aa0a9ee470ecccc860816ba4e0fe 0.01 MB 5 0
72,119 72,119 0000000000f330ff0dc3fe6691be7c77e1ff1bce54db585dc084b8d790693aa9 0.00 MB 3 0
72,118 72,118 0000000000645e83415d91deecb4f38c0591eedd13ea13927651c666cc537019 0.00 MB 1 0
72,117 72,117 00000000002e8f6c375f3f6ea95261b269cc872694f32dd871edc44bb60c4883 0.00 MB 1 0
72,116 72,116 00000000002f28c02884840106471f4302c74112098fcac43746eabf6f3dbc47 0.00 MB 2 0
72,115 72,115 00000000005932a43b8f9a0b2097a4b05857f147501f242035b0a50fce9d192b 0.00 MB 7 0
72,114 72,114 00000000009e660a5f6b9d70dd52a141445a5aa9949b97ccf08e5d47f9bdcb93 0.00 MB 1 0
72,113 72,113 000000000051cd4e70081d6731529ef9afffa9cea4f02d57bf23175c3b80e5aa 0.00 MB 1 0
72,112 72,112 00000000010413b393807867b817d00dd6bff9861b97846ef393de3fb2ff3883 0.00 MB 2 0
72,111 72,111 0000000000253ab5e36634b719a0e41cb0febead62bc7c259ece23b72e9036d2 0.00 MB 2 0
72,110 72,110 0000000000956681b2efa62cc7edfdf7697654480fdf3a2ec4b2411a0ef7be56 0.00 MB 4 0
72,109 72,109 0000000000ee555833ea8674996374c883561762c692962fa8ad9471ffbfb8b3 0.00 MB 1 0
72,108 72,108 000000000046642f8dc635ee4b4b6bf49c9ac50e72aeb976fa1381a14ef380f3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.75 GB sent, 98.42 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.