Memory Pool Memory Pool Refreshing

5,678 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (36,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,685 871,685 0000000000000000000188680dc23582d93fe6c65c79305af09d15d2dfe4252e 2.41 MB 2,411 3
871,684 871,684 00000000000000000002681af2eb17a8901dac8ac41563eb411040594ef7b538 1.58 MB 2,984 4
871,683 871,683 00000000000000000002aff23dfc120f086b1700cc817b49da5072de9e7fa69c 1.63 MB 5,328 6
871,682 871,682 00000000000000000001ff8b03f149783a8869648e865f649aa70193c4ca006d 1.56 MB 4,756 10
871,681 871,681 00000000000000000002303b036e808f19f3d3dfe07c448635bd233316cfe26f 1.91 MB 2,012 3
871,680 871,680 00000000000000000000d0fc5026b451ce88d417dc98909368af24215e7b92bb 2.06 MB 3,380 5
871,679 871,679 000000000000000000004d8d187b992b7119352c7fea745544538aa353870e20 1.91 MB 3,062 5
871,678 871,678 000000000000000000019ddd96957009a42fd9ddc231737d96f4792b2860a2ca 1.75 MB 2,518 5
871,677 871,677 0000000000000000000000832497ae7b4b638066ad90c193eaa7020fbbc0e06c 1.66 MB 3,390 12
871,676 871,676 000000000000000000015daddd795b0e6ad7f672ba4e15498a927691b7e174de 1.64 MB 6,205 4
871,675 871,675 00000000000000000000c0294f825c9c490de35a4ffdb73102d04c2f59e5d9cc 1.89 MB 2,942 5
871,674 871,674 00000000000000000001a9ddcee1828d9ca58fc7bd80bb7158c7578295f7c306 1.80 MB 3,187 4
871,673 871,673 00000000000000000001558128e40c2afc2ba222e5d9b2a0f5e8a9a62d510671 1.61 MB 3,095 5
871,672 871,672 0000000000000000000208aaa71af6529ec4610c3f71a5dbdcb1f395f5f45889 1.58 MB 3,602 10
871,671 871,671 00000000000000000001684631645ddb2392224e238d00f8e89250abc0de59fa 1.60 MB 3,528 11
871,670 871,670 00000000000000000002918127c5029e225277d184b9eb4a104e51e1a455d5b1 1.52 MB 3,312 13
871,669 871,669 000000000000000000012c4263f724331ddbaeb8e05c97ae26414800db0ed408 1.51 MB 5,348 5
871,668 871,668 00000000000000000001dda4a534684aee9aefa3402812085b4344199aa71f4a 1.78 MB 4,040 5
871,667 871,667 0000000000000000000136b071346e14db88f6eec71b106ab604d327aad7bae7 1.57 MB 4,256 6
871,666 871,666 00000000000000000001eaed1af10c1d970e5f3c221a87ff115a3ab61b3f6259 1.60 MB 3,548 14
871,665 871,665 0000000000000000000054ea6cebceb34809382b335feef7b42bb56752137906 1.72 MB 6,172 4
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.