Memory Pool Memory Pool Refreshing

5,228 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,424 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,576 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,423 (815,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,924 92,924 000000000001e0a51b78fd9e624bafc4a811c059a5dca66278b5c8b283a3c89b 0.00 MB 3 0
92,923 92,923 000000000005b1d82f41307ef051ec5f2efe8f4087b7fec0ff442d4c06fec3c8 0.00 MB 4 0
92,922 92,922 0000000000066beaefc23e531596e6682384f10f8460b779b06231c0d9662b97 0.00 MB 1 0
92,921 92,921 00000000000679c81bfad3b483809dc9a3afeb946d89a785068a1c36338a974e 0.00 MB 1 0
92,920 92,920 000000000008e11530427caad7fafa159e82a7d14bc8ebe596193621d1e69248 0.02 MB 71 0
92,919 92,919 00000000000788427d85f48ab8983e01fa4777d6dad2c22dbcf561304935304e 0.00 MB 1 0
92,918 92,918 0000000000052dd955d18ecf626f8ea7d8f7e90236b82be1ddc636495a4b5623 0.05 MB 208 20
92,917 92,917 00000000000215a8647757d632da976971f6f07845fe4e4fc3e97fad2e3c9e57 0.00 MB 16 443
92,916 92,916 000000000005b420b935b16177e7ef7b30ecc6572d9d6be71cd27b5a8e5cf0dc 0.05 MB 219 20
92,915 92,915 00000000000676b73548165a02c33112efc36041f97f2384ed30b33da845f18a 0.00 MB 1 0
92,914 92,914 00000000000779f93b07f89650a86279139ef0097ece7a9a29cada80d9bb99f7 0.05 MB 219 0
92,913 92,913 000000000007257dc400b60a5c111c18e6e568699856acc4d65f03f4fe17abaf 0.00 MB 1 0
92,912 92,912 000000000002586604291aa2af666ec921c697022152eb6ff4d11cec63338f6b 0.00 MB 1 0
92,911 92,911 0000000000037505048f94cd73b34f7f402817ac3b14f573f4fa68e5691159c0 0.00 MB 2 0
92,910 92,910 000000000001fbc0ddf3cefa63a872e1698b193cbc9987255c5bd28af4eba34d 0.00 MB 1 0
92,909 92,909 0000000000013c72bc0d7108c75027b3f442cd3def127f0453fefbdc98f226f5 0.00 MB 16 0
92,908 92,908 0000000000080a08993633be67007c1e1346c65f777d5e7111c759fa689f9d81 0.00 MB 1 0
92,907 92,907 0000000000039614e37b2246ac8e18aeb83a4845e3a95cd1c6389dc6ee8ab1da 0.05 MB 219 0
92,906 92,906 00000000000892d223967add2eb8e20e2f6ddcb9bba9db442755c2223761b263 0.05 MB 218 20
92,905 92,905 000000000001bb3c9da692eba8f0a08d0ee5566a62b1d52e3078deedbb35d3ec 0.00 MB 3 0
92,904 92,904 000000000004e478190493e34aa03d273561d2d10e69f4233204a450626b25a0 0.00 MB 19 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.07 GB sent, 99.52 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.