Memory Pool Memory Pool Refreshing

2,399 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,396 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (821,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,360 87,360 00000000001bd6d6c2bd7594906068288ae1e5b64ca26ac8c0b54c59d53b9f56 0.00 MB 1 0
87,359 87,359 000000000009ff39163a35a7004a8c020e9ac3d2b05009e4ff8da5a51ed74fd8 0.00 MB 1 0
87,358 87,358 0000000000138e9aae69e7b9d6a881932de428684bdee0d55477df9e5631ad96 0.00 MB 1 0
87,357 87,357 00000000001830fe8f2b86eeaec3b73c9d2dd239fa2e5940ca3e7ff285a7e281 0.00 MB 2 0
87,356 87,356 00000000001279622d66607b380856f6f1ddbb4824de0b99a358eaa087c8a9c1 0.00 MB 1 0
87,355 87,355 000000000008ca2f691357d88d2e7dbe77e1a7fdafb89134fb2b1dbee0edbf2c 0.00 MB 2 0
87,354 87,354 000000000004be5db10371ff5bd199b0a8fd76742ae1b3bdc322c45ef41513cd 0.00 MB 1 0
87,353 87,353 0000000000094511144e114a8474bcf63f8cde6909483ca110cbbe47e42db993 0.00 MB 4 0
87,352 87,352 000000000019bbc9cfc609f3397e8388a8d4ce2af13a84d61ff1a35a8fed2d3e 0.00 MB 1 0
87,351 87,351 00000000001b5057f564d004e1409eb01a15382e9867c98916cbbd64237b133a 0.00 MB 1 0
87,350 87,350 0000000000149c31c7fa86b627157758cb4c86bab3a41c6fc2e8b924a4606a9f 0.00 MB 1 0
87,349 87,349 00000000001c68d569d24e4ba69c9c52c7febbae7542a0f8c0cafe0502e3762b 0.00 MB 1 0
87,348 87,348 00000000001263fe9465539c642ace76f393beab988c009209ff855363f85007 0.00 MB 2 0
87,347 87,347 000000000017eb834093767e2905493d2b3fa40464fbdcf1a41c36a10bbc1d20 0.00 MB 1 0
87,346 87,346 000000000019e285787fb80d6e9a98b2f97c6ec963703cf3bd744f05bb335f7f 0.00 MB 2 0
87,345 87,345 0000000000142daecec0272db4fe04a3a5a9bcbc6571b2711acc85b36f78926b 0.00 MB 2 0
87,344 87,344 000000000011f9e37b7adc5e7b6f1bdfc0f54b58c32f7c8f14a206c3b436ff99 0.00 MB 1 0
87,343 87,343 0000000000056494facb003a26077b505a5a0e6b139c447818eb970a57908090 0.00 MB 1 0
87,342 87,342 00000000000e3d45c2f27ed64a1027bfa209825b1de0d11b5cbbcb9789dc44f9 0.00 MB 1 0
87,341 87,341 0000000000132be71d80c7c81388a2f326aab37a338bd3a4bb1e2dd480e3ea14 0.00 MB 1 0
87,340 87,340 000000000009a171de1fcfd21d7f9e75635ad25b0c03d5e0b11fb078f69a8bdb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.37 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.