Memory Pool Memory Pool Refreshing

16,290 transactions
5.42 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (592,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,415 315,415 000000000000000013a885c5ca6333d18e139319aa1661d812052db50c026ce6 0.06 MB 109 21
315,414 315,414 000000000000000013251828ed26532c013bdd609168682d47ffa1f284327771 0.33 MB 447 22
315,413 315,413 00000000000000000b91a942e01bfe1b828724df8cc818a9aaf99ca9c51152d1 0.64 MB 931 25
315,412 315,412 000000000000000031d67eb56f5011a4201fb0f25c4adb57093078d79309b778 0.20 MB 337 25
315,411 315,411 00000000000000002990bc2e773207e594f798cf3532c2f54c5d1262df33cfd8 0.22 MB 329 25
315,410 315,410 000000000000000014a2fecaec810c47271a6841f2d9cff994a2718128163ef1 0.64 MB 967 25
315,409 315,409 00000000000000003797fd4726dd11f46519322e302bff22328ecb100dd2cad3 0.33 MB 447 25
315,408 315,408 000000000000000026a87c9f0b9e656b73b1c3769c94a65fb22c521dd224913b 0.53 MB 862 26
315,407 315,407 0000000000000000272b736369ffb23a22636f90e9af38dc670c6882c2f5f61a 0.54 MB 803 23
315,406 315,406 00000000000000001c378acfc9dc3421590f9453e9e3dccacad3ec28aa4adca2 0.09 MB 256 37
315,405 315,405 000000000000000021712f302edeee6cd52f43d5e4d8ddd98b9418f2dff11f61 0.11 MB 241 27
315,404 315,404 0000000000000000304ea26819593c60c2d5ea30f1e5cfc5abcc550593ac311a 0.51 MB 671 22
315,403 315,403 000000000000000011a3220da3bf63c9b95395b4fd658bbb356e3634072a27e5 0.56 MB 1,054 45
315,402 315,402 000000000000000023cd3b1eb548270303f8fafe9e80aab5ec5c453d7708ce2c 0.12 MB 171 50
315,401 315,401 00000000000000001d48fc0d84ba90e810cce1e2163befbd4f62d65aff528298 0.01 MB 32 33
315,400 315,400 00000000000000001c5b6828c26949399e8303b0a3cf1686742390c764074909 0.24 MB 441 26
315,399 315,399 00000000000000002072cb78255fd60a26aef5ca32e3d692b6d688cc808e0bf7 0.07 MB 143 30
315,398 315,398 00000000000000003270bd43cffc67f9fc700557aeb1a742a49c16d203129466 0.75 MB 1,401 29
315,397 315,397 000000000000000036d4e824fc2c396f560e09cb2b1a3c39b76023ae950c09e1 0.03 MB 33 15
315,396 315,396 000000000000000018461b706bc91180a95ae3a38db956ca7ea188d7058eda78 0.01 MB 12 14
315,395 315,395 000000000000000009e949d30036b9098e04c48298a10320860b9dcf5efe2c8c 0.23 MB 364 26
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.