Memory Pool Memory Pool Refreshing

1,129 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,262 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 903 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,261 (799,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,154 109,154 00000000000109790ed43c6a6dccc6b0247daca3292a97689319d74cdd7fff1d 0.00 MB 14 904
109,153 109,153 00000000000051076b1fd8aeb1b6795e05a89ab57e9c5c11c6ff24a3024d7f25 0.00 MB 4 0
109,152 109,152 0000000000013a3096f3aab01a4bcf3c7e21cbfb5f3a6a706f566bbc2ce3ea71 0.00 MB 10 0
109,151 109,151 0000000000010978de9c893a8fdfa2767ce2d4ef8d914d003834e9c914874b38 0.00 MB 10 0
109,150 109,150 00000000000057adf6f4d29270cb7289f47ed815c7a2a5fafa01309272355a04 0.00 MB 2 0
109,149 109,149 0000000000010042b9d041773498a73bda6c079ca0ced2062d28c219bcef6d6d 0.00 MB 4 0
109,148 109,148 0000000000014276e16b1e635b70981af3f389190f24cef6311f3bb14a17792b 0.00 MB 2 0
109,147 109,147 000000000000a4a5c5d5ec0344a9bc8fecd482b0a914e55c4eed41a93878eefe 0.00 MB 4 1,127
109,146 109,146 0000000000005bf0eaf6350fe818eb8b7c026fe237f2abed9bed86a5ec217c20 0.00 MB 11 0
109,145 109,145 0000000000015dd326fb6be517866ada80996a7ad30c1f3db11cfdf4ad026c35 0.00 MB 11 0
109,144 109,144 000000000000c0b867dfe063e048d4479de96739b1f368a49721dab8ee220329 0.01 MB 42 0
109,143 109,143 0000000000016b3dd2d78bc982a39e4e342b29bd68bd6fd33b84049b8a66aebb 0.00 MB 12 0
109,142 109,142 000000000000d5d47dff9720224a65c21ba04a531496cd75bbe0365bea5ce1f6 0.00 MB 5 0
109,141 109,141 00000000000156ceb1951b644419e012f63f105f99cb9753c2735f6a4f949afc 0.00 MB 8 0
109,140 109,140 0000000000017d0f336c4998f1841677d284ac75877e9b0567952ca2de66f760 0.00 MB 4 0
109,139 109,139 000000000000b749f779f0548bd62400dfe41a711a1ebadb65ccaf7c3d1af52a 0.00 MB 4 0
109,138 109,138 0000000000011de56661cdaa1d29173cf86bcc3d82312a4fe7ca4a6500971a14 0.00 MB 5 200
109,137 109,137 000000000000132eb397935c637631d1d7d26dd44d81afd72217a8fa2c221ead 0.00 MB 4 0
109,136 109,136 000000000001419044df10177342027df836bf023b0a6937c473bc7a79fffced 0.00 MB 6 0
109,135 109,135 0000000000004cf380d76564712b59bb321531f55a894c9735e9f4fbbb57bf00 0.00 MB 10 336
109,134 109,134 000000000000c58ba7c657c5a5e1ac654760cd8d84fb077299fe21d9f54e0067 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.09 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,691.33 GB sent, 98.08 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.