Memory Pool Memory Pool Refreshing

5,809 transactions (1.87 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,490 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (91 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,036 909,036 00000000000000000000ff141ee9df071ed0e0c9e23ccf112211eeb252c59dbe 1.60 MB 3,018 2
909,035 909,035 00000000000000000000dae3e490ecf80cb0dc1ad0459ae1d439f019b4db34ba 1.52 MB 3,017 3
909,034 909,034 00000000000000000000c3899a664daad42b6fa68d3300b9cfca31214ef7823b 1.57 MB 4,354 3
909,033 909,033 000000000000000000001d119112c8749cd7b4342a57be26763893a608ff269a 1.49 MB 4,494 4
909,032 909,032 000000000000000000008f6560ec2df2332b9cd6805339a0beb088658388353d 1.52 MB 4,509 8
909,031 909,031 000000000000000000008b5ffd7c76a8c8b3074b1a49aa9b7023845b4f1e8ab5 1.56 MB 4,556 5
909,030 909,030 00000000000000000000cdeafed1404b4a92d88a7ebca1e8cd41c7a956e7c575 1.50 MB 4,502 7
909,029 909,029 0000000000000000000049029b63e93e757a2d6c5d6812e213482f039a3d537d 1.56 MB 3,803 2
909,028 909,028 00000000000000000000071cb75e44b2e7c9e2c1f33de22c137d41abfd760315 1.66 MB 4,266 1
909,027 909,027 00000000000000000001c9e8208033766aac68ae6f131ddda4d58c5a84ac043c 0.67 MB 1,556 4
909,026 909,026 0000000000000000000119c63ae59ff600c295140c0876cbb27642a0bb7c1484 1.77 MB 5,243 0
909,025 909,025 000000000000000000001c83de1ea004c753c5ad6707fc5c668f362f57c4eca7 1.73 MB 2,379 3
909,024 909,024 00000000000000000000cf0d787c64410ee746a9e43265141de9eb8cb8ac9317 1.69 MB 3,975 1
909,023 909,023 000000000000000000017fda436e77af58ffad84b4dd4b72355f09d0ba0d2256 1.66 MB 2,373 1
909,022 909,022 000000000000000000006b1bf8d50b17638b1f6b72466dd72ddfee95b82c0de3 1.56 MB 3,918 5
909,021 909,021 000000000000000000003a4322bf7deb285f6bc0fa7b1d44e71d349406d264bd 1.56 MB 3,095 3
909,020 909,020 00000000000000000001538eb91c71b140f7958418704ae305729ae84fe27341 1.51 MB 4,564 6
909,019 909,019 000000000000000000005220e9400e5e5cb7f43e2e9fe170e5d5fda557086e72 1.83 MB 3,889 1
909,018 909,018 00000000000000000000701b6eed75275d750b613aa6c3e41ad9a56a24456bc6 1.65 MB 4,434 2
909,017 909,017 00000000000000000000e4f03f9f5e459a29f58fbba84b61a34eb00488c4e73e 1.77 MB 3,157 1
909,016 909,016 00000000000000000002297cc66f6c805b9f38e38b3ec77c43ca1517688ce522 1.52 MB 3,944 3
Previous 10 blocks ↓
Total Size: 771.78 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,938.57 GB sent, 106.48 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.