Memory Pool Memory Pool Refreshing

2,249 transactions (0.77 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,090 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,238 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,089 (45 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,044 909,044 0000000000000000000125126164d4d36236acd95f9a1c866b0f447d9eaa8979 1.63 MB 3,013 2
909,043 909,043 0000000000000000000057da89a82c484af1c596a5fef69ab2576420afe68e80 1.58 MB 3,802 4
909,042 909,042 000000000000000000003d7f4782179a776da64f3470bb027574ebfbb4f4a128 1.66 MB 3,254 2
909,041 909,041 00000000000000000000cf96b5957896e7ba40e840d27c645236dccfcdebd09a 1.66 MB 3,512 4
909,040 909,040 00000000000000000000c111a73da2e55efcbb4180d451bb9edaa4ab758b780f 1.57 MB 4,133 9
909,039 909,039 000000000000000000000bc18ab67c2084710a96e8679eac4ec6523f0a6d1ffd 1.57 MB 3,235 3
909,038 909,038 000000000000000000021db44cec523b092ac987868f2e91360f66e1f8cf19cb 1.62 MB 3,678 6
909,037 909,037 00000000000000000000e6b6fec1f8e448b9fb2895c9f560c4e63e71eb462388 1.53 MB 4,559 4
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
Previous 10 blocks ↓
Total Size: 771.71 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,909.63 GB sent, 106.10 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.