Memory Pool Memory Pool Refreshing

1,832 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 1,817 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (163,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,415 744,415 00000000000000000003b3de795ef210d98c39eda9b74aaa2b9d0222eea4a4fb 1.37 MB 807 17
744,414 744,414 0000000000000000000942277691e699b763179bcee87a3de6dfaf909e2ac978 0.60 MB 743 12
744,413 744,413 000000000000000000032faa08b4288c90222bc21614f0a23ecf16257505ef0e 0.08 MB 166 15
744,412 744,412 00000000000000000001ac4106fd93853eefc2f41f0d15f768927277c965b689 1.42 MB 2,317 12
744,411 744,411 00000000000000000003a791451c9646dff0e2e7e01d8c8d06112bb01e216f62 1.26 MB 1,661 11
744,410 744,410 00000000000000000007cdff0bd784218aa9183f5b73ad9aebbd7e749d44d7ee 1.05 MB 2,403 16
744,409 744,409 0000000000000000000577ffea40defb030b473cf8cd9b954c8d3eec85431540 0.38 MB 691 14
744,408 744,408 00000000000000000004edc32d211de4183aeb9658aef2da8ac389a13d054bcd 0.61 MB 1,206 16
744,407 744,407 0000000000000000000561c640b63e36bb926dd69c28ce4bb52d743987a92594 0.75 MB 1,369 16
744,406 744,406 000000000000000000017405c9e3eb29a19560660aebb8cec75e041fcdcb6acf 1.14 MB 1,887 17
744,405 744,405 000000000000000000070cf03a3db78f0afced418b62c8708436aa5f4d40636a 1.01 MB 1,755 14
744,404 744,404 0000000000000000000427ae80c83de0f004974c078791defedee42053b34678 0.39 MB 659 11
744,403 744,403 000000000000000000047f924eb3440503d7d8a2231ae6897a2350db649482e3 1.46 MB 1,973 14
744,402 744,402 00000000000000000003169853d073043887bb101ae3407ce366cc23da0610af 0.64 MB 889 12
744,401 744,401 000000000000000000063fe9312ca64ae175d6d376f44a56311ca51f95adde80 0.17 MB 377 14
744,400 744,400 000000000000000000050371693aab875f603f6f243bf18f162a9b5337f30e07 0.08 MB 182 15
744,399 744,399 0000000000000000000967042e95aadcb4bb2bf25e890cd17fcf49503d43ac3e 0.19 MB 270 11
744,398 744,398 00000000000000000004d4031a4838773e4f90c100b1d43581d09fe99f052005 0.43 MB 671 14
744,397 744,397 000000000000000000002baa44cd309e5a9b89c0faafcae4d9943c31cdc7b8c6 0.20 MB 386 15
744,396 744,396 0000000000000000000824cbfbbf75bfd0514f394926fa2eea2a7f279afed63c 1.08 MB 1,225 12
744,395 744,395 000000000000000000044d8fa24dc5550cdb3cd5403a5a75a2adf1bf7ba420ff 1.87 MB 881 5
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.73 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.