Memory Pool Memory Pool Refreshing

14,433 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,998 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (238,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
669,079 669,079 0000000000000000000116b272875fcb8dfe27df14accc8edcfc03031a3015c1 1.32 MB 3,009 165
669,078 669,078 0000000000000000000c375ca00f19e94129a8e1abe6dd28916b84a645dcfa62 1.32 MB 2,951 143
669,077 669,077 000000000000000000037665b45212e9a4ff7ba10728df68f7ff71c7f02ed7f2 1.33 MB 2,929 156
669,076 669,076 00000000000000000005d496f605211103637428456c66b371f72b73ce58bb65 1.41 MB 3,077 187
669,075 669,075 0000000000000000000d23a2fb5a1f308dd7d75ae3553f8118e7710934564e22 1.17 MB 2,923 84
669,074 669,074 0000000000000000000b112b14ba4d48cf252aede2110457539150382eab98f4 1.37 MB 2,903 143
669,073 669,073 000000000000000000009a1ea4b8368c642eefb6cd3f05c05d8d0cc0e9b7bbc3 1.17 MB 2,771 90
669,072 669,072 00000000000000000005a013a4be86d99a2f60b726b2ee24089a323d4ca94568 1.23 MB 2,052 131
669,071 669,071 00000000000000000007be5cb524c57f8115e070947a0f8627e1182158327a38 1.19 MB 2,951 78
669,070 669,070 0000000000000000000633dc52dbbd8c4589584d9a8b5ba4746db6bd1c0c88e0 1.11 MB 1,752 104
669,069 669,069 0000000000000000000ca1a4837504a83db0c499b4313fa60211cc7e5256d7e5 1.24 MB 2,606 107
669,068 669,068 00000000000000000006df59d055afb818523535c88fcf0674d2e82a4fe3696d 1.40 MB 2,987 138
669,067 669,067 0000000000000000000a035a87b54f9626c33abcbc873beb473a04c31d6388f4 1.12 MB 2,707 96
669,066 669,066 00000000000000000003c2a370694913e2b21cd25575692e80397819341fa6b4 1.13 MB 1,292 118
669,065 669,065 0000000000000000000b3862a65910688a4685bb7480fa7335c60dd2101b89cf 1.54 MB 2,079 125
669,064 669,064 0000000000000000000948e6b66e3cb5782d8eacfa206abdd838d307a0642033 1.62 MB 899 128
669,063 669,063 000000000000000000007224622da633071d7eb7cb776a02c1ce4219d9083290 1.45 MB 1,957 142
669,062 669,062 0000000000000000000bb94d1b09b1e3f30bb50f3371af49c506a75a4894c8dd 1.31 MB 2,888 120
669,061 669,061 00000000000000000002937aebfb8ab5b821da777a664d04d571828a83875130 1.41 MB 2,177 121
669,060 669,060 000000000000000000015b1229aac5b556cc4f1096cedeb7fd294925c52759e3 1.35 MB 3,366 154
669,059 669,059 0000000000000000000433b8cf3cc5591d61fa6a90262f0a3ca5315128c6e429 1.26 MB 1,980 51
Previous 10 blocks ↓
Total Size: 768.95 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,614.69 GB sent, 92.58 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.