Memory Pool Memory Pool Refreshing

10,194 transactions (2.76 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,049 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,256 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,048 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,048 909,048 000000000000000000014a6b5be0940215a4f209a9772dd4c6d7dc6a30f07870 ago 1.63 MB 3,031 3
909,047 909,047 0000000000000000000120575d3b78797da9e3ba787ea52a29b184741680ad74 ago 1.55 MB 4,196 6
909,046 909,046 00000000000000000000279233713bc244818b045b646d92c3f92ccfc14604c0 ago 1.73 MB 3,501 1
909,045 909,045 0000000000000000000075ec922b1454f3d2ef5e042d9486522cd6827f1928f0 ago 1.59 MB 5,103 1
909,044 909,044 0000000000000000000125126164d4d36236acd95f9a1c866b0f447d9eaa8979 ago 1.63 MB 3,013 2
909,043 909,043 0000000000000000000057da89a82c484af1c596a5fef69ab2576420afe68e80 1.58 MB 3,802 4
909,042 909,042 000000000000000000003d7f4782179a776da64f3470bb027574ebfbb4f4a128 1.66 MB 3,254 2
909,041 909,041 00000000000000000000cf96b5957896e7ba40e840d27c645236dccfcdebd09a 1.66 MB 3,512 4
909,040 909,040 00000000000000000000c111a73da2e55efcbb4180d451bb9edaa4ab758b780f 1.57 MB 4,133 9
909,039 909,039 000000000000000000000bc18ab67c2084710a96e8679eac4ec6523f0a6d1ffd 1.57 MB 3,235 3
909,038 909,038 000000000000000000021db44cec523b092ac987868f2e91360f66e1f8cf19cb 1.62 MB 3,678 6
909,037 909,037 00000000000000000000e6b6fec1f8e448b9fb2895c9f560c4e63e71eb462388 1.53 MB 4,559 4
909,036 909,036 00000000000000000000ff141ee9df071ed0e0c9e23ccf112211eeb252c59dbe 1.60 MB 3,018 2
909,035 909,035 00000000000000000000dae3e490ecf80cb0dc1ad0459ae1d439f019b4db34ba 1.52 MB 3,017 3
909,034 909,034 00000000000000000000c3899a664daad42b6fa68d3300b9cfca31214ef7823b 1.57 MB 4,354 3
909,033 909,033 000000000000000000001d119112c8749cd7b4342a57be26763893a608ff269a 1.49 MB 4,494 4
909,032 909,032 000000000000000000008f6560ec2df2332b9cd6805339a0beb088658388353d 1.52 MB 4,509 8
909,031 909,031 000000000000000000008b5ffd7c76a8c8b3074b1a49aa9b7023845b4f1e8ab5 1.56 MB 4,556 5
909,030 909,030 00000000000000000000cdeafed1404b4a92d88a7ebca1e8cd41c7a956e7c575 1.50 MB 4,502 7
909,029 909,029 0000000000000000000049029b63e93e757a2d6c5d6812e213482f039a3d537d 1.56 MB 3,803 2
909,028 909,028 00000000000000000000071cb75e44b2e7c9e2c1f33de22c137d41abfd760315 1.66 MB 4,266 1
Previous 10 blocks ↓
Total Size: 771.64 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,896.65 GB sent, 105.70 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.