Memory Pool Memory Pool Refreshing

1,220 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 1,205 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (581,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,079 326,079 000000000000000019f242d906cf14ab03baefbb8fe1772a4fa65ce9c865a9c0 0.01 MB 17 19
326,078 326,078 00000000000000001485c52975dab0a2eb53afe364f532714ec1f84897d64593 0.08 MB 164 31
326,077 326,077 0000000000000000061bed627f456831f239b7b4008a8b27830eec2666e245e6 0.07 MB 154 25
326,076 326,076 0000000000000000087e38c7b278c0344a23411662d7891b8a93356d7274fbab 0.13 MB 233 27
326,075 326,075 000000000000000008f1138ecbc9cbcd73a0c4a929f16c1c161022f9d2b45f4a 0.08 MB 124 24
326,074 326,074 000000000000000006d49e1eebc14ff62182271b56faebc089df9c8c89cf8a04 0.49 MB 841 27
326,073 326,073 0000000000000000152e7529f35c74812832e869046854950939bbf544edce15 0.13 MB 213 21
326,072 326,072 0000000000000000049e2d9fedc301941ad2a89bb32542a3b140d75d34a6c599 0.34 MB 526 25
326,071 326,071 00000000000000000725bea0331eac1ad3f4ee977b71dfd1f23fe1802b743025 0.15 MB 270 20
326,070 326,070 00000000000000001467cce8851cc4514a5cab8136dcaae1453f97670fbee157 0.24 MB 528 33
326,069 326,069 00000000000000000075fa7687fd845afdc2b50b3d6ecb6e355f2fea47b1e78b 0.06 MB 87 6
326,068 326,068 00000000000000000a31cd1a3197c445f55b498de2d4656d873dc6eabdc4b692 0.26 MB 471 26
326,067 326,067 00000000000000001ce1799e54174d0bc679120921a0964232007e1665d5767b 0.40 MB 637 24
326,066 326,066 0000000000000000037bc2435da0b3e09b73328d09df9f1bc791a8cf3742f008 0.61 MB 578 17
326,065 326,065 00000000000000001543d8bb11537376feec89ab3483031ad7d46ef1d4c5d4b2 0.75 MB 1,372 29
326,064 326,064 00000000000000000d596c654dbbd17daf67515f4d6b2b57af13de6c6c95cb99 0.50 MB 821 27
326,063 326,063 000000000000000011a907f328f623e041244704c4fb6d909608a6801d0960fe 0.14 MB 256 19
326,062 326,062 000000000000000016a865c685dcf3f60a50f5686a516d3f91dd8e6a2d6a60bd 0.35 MB 899 38
326,061 326,061 00000000000000000118b5ae2f9724fc639772c2dd6bedbcc6ecbb925704fe18 0.75 MB 1,452 29
326,060 326,060 00000000000000000fe74bd7afdb963e6f523b4701a023f1c91a6473398b3ecc 0.46 MB 674 22
326,059 326,059 00000000000000001eee397d47e09224e8db169f283b60a8796021eb11bf5803 0.40 MB 577 24
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.61 GB sent, 93.62 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.