Memory Pool Memory Pool Refreshing

4,852 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (543,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,908 363,908 00000000000000000e227f29c4bff3774e07115dd39eae3dd39a9c654939c019 0.14 MB 261 35
363,907 363,907 00000000000000000c74f6392bccd1476f456a3a63c34af5ac1dd55d362e2013 0.04 MB 74 24
363,906 363,906 000000000000000009e3009c82ffd7dfdb47756ff82dfa2d858dd44b7a8028b7 0.19 MB 237 38
363,905 363,905 00000000000000000d9c0fa8cbd1142e07916a8cdc1ee523e35e3b50bd70b2aa 0.46 MB 699 32
363,904 363,904 000000000000000000b31dd885e1e4d0d85ad64b8c9247762d2541bf0cb7afd2 0.19 MB 348 32
363,903 363,903 0000000000000000124b137ae4a3d4c5997f356b82e3e6e0e0b0f99522038eb3 0.25 MB 248 15
363,902 363,902 0000000000000000007943ba2234acc42bb6c140a75aa83570f6400f031a660d 0.25 MB 289 16
363,901 363,901 0000000000000000117992a9c5c560eff6e0c8256b7585049daa1ac84ef14f1a 0.73 MB 1,485 31
363,900 363,900 0000000000000000046fac968dea0fb6cd1d9bcd5dd30e794826ea152aa56058 0.06 MB 167 50
363,899 363,899 000000000000000015576329fcba04cdbd1bbea136f30f4559a75f3c708e886e 0.38 MB 838 35
363,898 363,898 000000000000000011fa904ba69871df20f358e82b9de840f13b0a1b838a9e2a 0.10 MB 202 30
363,897 363,897 00000000000000000a38400ad4e6ff8b014fc1c05acbf797b15bd28af84b3340 0.45 MB 989 38
363,896 363,896 00000000000000000ee9da2d6b75cbeb876ec5edea0cf4758519b1b0cac6c916 0.12 MB 290 35
363,895 363,895 000000000000000002f4799e6db8b6defe319ffbb18502b18e2952049c90f2f0 0.29 MB 644 38
363,894 363,894 00000000000000000ce42ddb0d4033f6462d1070b6f3dc0078610605793f4965 0.29 MB 718 42
363,893 363,893 000000000000000002f4e9e32fece0f7a040c71635a24aa7a8791f0201f1c137 0.22 MB 560 43
363,892 363,892 000000000000000010fb2c9d548e314b68600a19e3efa560045aeb40ca3ac53a 0.33 MB 729 43
363,891 363,891 00000000000000000f3461f3c3a8f11c6e23db4dff7e3df9c6614da57a570453 0.00 MB 1 0
363,890 363,890 000000000000000010b7499ffe994e0f866dd15c7b5875d6d33553cfbd68456f 0.22 MB 393 33
363,889 363,889 000000000000000014c059294d658fd1c4093685ca9ad5911ded38c9cfefc42a 0.22 MB 516 40
363,888 363,888 000000000000000007c0613fd26bfff483ff4763b0b8d66d097b634691b1e817 0.24 MB 485 36
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.