Memory Pool Memory Pool Refreshing

4,221 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,143 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (38,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,237 869,237 00000000000000000001d67f77a0f9ad4fb7700dcdc9a7c6caa2da8a54f32cee 1.64 MB 3,464 6
869,236 869,236 00000000000000000001c8881f9bb7ec7ac3087162c9ed13996b0a84d39e89dc 1.77 MB 3,786 4
869,235 869,235 0000000000000000000190e8c1b119caa32dd02b2a9fbdaf9b6aadb2a06c81cf 1.69 MB 6,680 2
869,234 869,234 00000000000000000000ac711e4308cc7ad589c7b306def5c229f9c9a8cefa5f 1.69 MB 6,791 2
869,233 869,233 000000000000000000013ab4a71cf881fe2ed8150dabda30ea26ad8e4b9b939b 1.68 MB 4,140 2
869,232 869,232 000000000000000000022ab66648da364d55bea8771f4c77fe8390ae8d952a77 1.36 MB 3,128 1
869,231 869,231 00000000000000000001cab15920ab94851574feedb6f131934d099f3550fd2d 1.70 MB 3,604 3
869,230 869,230 0000000000000000000201c5e155b3879834e15820aa11bf068166d83449e7c9 1.75 MB 5,301 1
869,229 869,229 000000000000000000028829b958e76d376845eafc69f3b3b7a4dc83246d536a 1.56 MB 2,312 4
869,228 869,228 00000000000000000002c0d2c9604caa2867da89baf969a5be9576039ed6df4f 1.70 MB 1,984 3
869,227 869,227 00000000000000000000e350c92686eacabb1c12807e9770aafc5a9a2023c07a 1.58 MB 2,863 5
869,226 869,226 00000000000000000000b9fafe7750025774131735ebe5cd01aaed315a67967e 1.75 MB 5,686 2
869,225 869,225 000000000000000000028f8f97357727bc67b971f36fcab05bd5bfa3451858a9 1.66 MB 2,640 4
869,224 869,224 000000000000000000017139e9799a4dcf87e1ed6c4932cbc81068da3796957f 1.56 MB 2,165 3
869,223 869,223 000000000000000000025df6f9a4031a710ee99c42103f9ad4550c0ced885054 1.60 MB 2,623 6
869,222 869,222 000000000000000000027d21db218792a098c2fc808cf3f332a1b625e1ffc9dd 1.61 MB 6,771 2
869,221 869,221 00000000000000000002643ac522280520cffb457fad41d35a694248728c3815 1.47 MB 2,345 4
869,220 869,220 00000000000000000001675739e867c7a271da59e43625e7e420598b5595dbef 1.64 MB 3,452 3
869,219 869,219 00000000000000000000fa54b2a5ec441dc2103b140e048363065c61d10d7a7f 1.56 MB 3,553 4
869,218 869,218 000000000000000000005268e7a14a02504cbde96641cf9a0bd93411e3ebc6d2 2.11 MB 737 1
869,217 869,217 000000000000000000019787102d908ea3ed6c2a9ffb4f9a219f628ac5583091 1.74 MB 5,867 1
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.