Memory Pool Memory Pool Refreshing

10,083 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (589,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,049 318,049 00000000000000000213b23e2f011fe821e245c9e0f4b50659e8bb0c73f8b8de 0.29 MB 558 27
318,048 318,048 000000000000000008b003208c2ce2f4f3fd86c514207eeab100784f9cea3d82 0.21 MB 329 21
318,047 318,047 00000000000000002108907de9ac109375829ed84861fafee5ecc9b41ff7464d 0.17 MB 217 15
318,046 318,046 000000000000000027220519772df04144848af1c543ad84184360bade3c8d80 0.19 MB 261 24
318,045 318,045 0000000000000000155017e51a9471835b41a2086582f02450eaa13b9e7e6c7a 0.17 MB 217 18
318,044 318,044 00000000000000001a21b8a688f566a4753642db52a01fe19ed1b7f1f48672ac 0.14 MB 206 24
318,043 318,043 00000000000000002898b28f8f82a9726f3167cc1b983e5e5ed4dd98adf582c9 0.26 MB 474 24
318,042 318,042 000000000000000025d21df58ca265701d5be5656ec58265690f40aaa8ec5e8d 0.40 MB 586 24
318,041 318,041 00000000000000002a5e9b202989a5d1c3f49e58bc485f9930426292f56b4436 0.01 MB 22 32
318,040 318,040 00000000000000001c5de9137d0ed33f25ee092138819b1f24d83926dd285d03 0.19 MB 332 42
318,039 318,039 000000000000000005b99e35ec86ae61199893ddc3aba936c80ded50047b2def 0.32 MB 552 27
318,038 318,038 000000000000000026cff3a53e60e2704cfdae8f6f717c3c4068227cdfd4e158 0.03 MB 61 19
318,037 318,037 0000000000000000280bbd76e75df7bd66af70ecf617d96261a86a1a8f926613 0.45 MB 741 26
318,036 318,036 0000000000000000150b35fe80e3ccd4790c1c50c8c33b1593dfdd3bf8ddc6e8 0.39 MB 706 28
318,035 318,035 00000000000000000d475522bfed0844b7b3bf427ca198ff689eddad0f15c8c6 0.35 MB 730 30
318,034 318,034 00000000000000002c1115be03148ca4c5b42e5ed07c575a63e0e8a99e4cd645 0.28 MB 550 29
318,033 318,033 000000000000000010c9261f5c4d86ff94779404345e3efc0854efb90b5e3992 0.51 MB 1,116 28
318,032 318,032 000000000000000017b67a0da137f2a2c9bcda0ae8a131148ea8be10b52675a3 0.49 MB 748 24
318,031 318,031 0000000000000000269e511288e778f7a1bc029b91c12f3331ccb72b03b18b4b 0.35 MB 835 44
318,030 318,030 000000000000000012e2672ba89a6008a68c2f31fbbc7195bd42a94b818452e0 0.03 MB 75 29
318,029 318,029 00000000000000001bdc202c5846497f32b0088990501a6ceef5778261e5386f 0.09 MB 184 30
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.