Memory Pool Memory Pool Refreshing

6,378 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,674 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (769,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,059 138,059 0000000000000819f6e4bb88b77b182162ac29865c2eb9db0620c456895b0f93 0.01 MB 26 150
138,058 138,058 000000000000031480491c56a4f8dfddefe661a8a1a079f913bda3989d8155df 0.01 MB 23 428
138,057 138,057 00000000000003f2376e5dc43aee563960768c1acfae96458edf393b3876f74d 0.02 MB 39 37
138,056 138,056 00000000000006dcaa341f4b7150e1dc48ba13d81dfb1e89f862b96c23f0e3a3 0.02 MB 38 184
138,055 138,055 00000000000005b82e0635169259387d1bc82675aa30a584b724087669ed4ceb 0.05 MB 67 203
138,054 138,054 000000000000054949cc1c23a1af72f0ac7e77a34fbf1d4a10dd10c0481e22fb 0.00 MB 4 129
138,053 138,053 00000000000009b72083a1654d25d995649c532d23946f239a3cbd5c6a57ffad 0.04 MB 109 77
138,052 138,052 000000000000093053570cf6fb734471d599d0e84909ceeae5b33a9db0339647 0.00 MB 11 333
138,051 138,051 000000000000055c48deba3bd2a86b3844e4fa616cb898a0aeeba4debeae12fa 0.04 MB 121 126
138,050 138,050 00000000000007e9923775a68f3194d3ca3fa82ae3cdbd3328d507629e7cd4cc 0.01 MB 14 472
138,049 138,049 0000000000000811bd5613aea3a8171c825cfc310ecce3714311d37d92b72b0c 0.04 MB 68 192
138,048 138,048 0000000000000447af0a9797335616368f0c927aa3e9997664bda27f2d2b1a55 0.01 MB 21 552
138,047 138,047 00000000000003a4e6bbfb491c282aa764a1ebe398e96201fbcdac06a1e17334 0.07 MB 141 138
138,046 138,046 0000000000000057c52cdfa409fc2d7d91004a3b1271f202db7bc4a87c87c808 0.00 MB 13 912
138,045 138,045 00000000000008a5e897bd162d1a2e4f7da92043a2bbf47911e5881dc089f526 0.05 MB 77 280
138,044 138,044 00000000000007b19a4e93c5788432c319e31c5031905eefb2a98140cbccf4c4 0.03 MB 71 343
138,043 138,043 0000000000000935c86ad90bd865c42430d19d9e6ac6fce5e703f1d1a34cfb52 0.01 MB 19 367
138,042 138,042 00000000000000e23bac96930e01af8c3824d126adbe971294121255316e0ae3 0.03 MB 100 0
138,041 138,041 000000000000062e3ee5c11a03325bde3854f5e3904e1802ab4a89897af624a0 0.04 MB 111 213
138,040 138,040 000000000000069554f4a4026b7edf5bbfced18334787c878fcd40e79d64afd4 0.03 MB 39 160
138,039 138,039 00000000000004d34b1d64688ca5061b9cadcb3aa9348c26795bdb74f6393eee 0.02 MB 49 140
Previous 10 blocks ↓
Total Size: 768.93 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,604.52 GB sent, 92.46 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.