Memory Pool Memory Pool Refreshing

6,262 transactions
2.01 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,718 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,151 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,717 (813,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,309 95,309 0000000000030a76936bf6b80a83d2bcb20ae7a8ca0576a03343e87f6361cd7f 0.00 MB 1 0
95,308 95,308 000000000002ceaaf62bf3407ff5a6d35eaceee2f3817a3b6e1e4758eafa0f43 0.00 MB 2 0
95,307 95,307 0000000000075b6334475d86ede04c6f812c54aecdf2ff132835532ea779c50a 0.00 MB 1 0
95,306 95,306 000000000002a8d13fef9803f84d3b48ff6083f7935d72b3479681a9b1a2f1d7 0.00 MB 3 0
95,305 95,305 000000000002153acf1d6e67bf2d7908690c29674bc40823e370847de5913098 0.00 MB 1 0
95,304 95,304 00000000000496d0bd3b4522887acce549b82a196f123b7812dcc95906700a50 0.00 MB 1 0
95,303 95,303 00000000000224aef560842dcdd58ba75552f039a9bc46352d1017df02095b3c 0.00 MB 1 0
95,302 95,302 0000000000061a444bcae5668f299268a10e0598f57ceebc64ad330d1bfc8efb 0.00 MB 2 0
95,301 95,301 000000000002dbb8b2d74138fa2590bcc88641b2a541d98cbc52dd85a94ebdcf 0.00 MB 2 0
95,300 95,300 000000000001498988c75148b09b10c1f481fbead6f9c0413665cac517e2ba71 0.00 MB 1 0
95,299 95,299 0000000000080ca2fdc494f9afaf3a9c683a40de9063b5e960a5bb85d1db9092 0.00 MB 1 0
95,298 95,298 00000000000097cf6ba5bdc134e763348dbe2810c49586209c5c14dc91d0982e 0.00 MB 3 0
95,297 95,297 0000000000026e1ed45447bea6a80c98e47e16e5f243d911bc38e84896999f28 0.00 MB 4 0
95,296 95,296 000000000002597cceba791cdaa4c21bb4f7a202af51561b4b3ff1504e0a7057 0.00 MB 1 0
95,295 95,295 00000000000486b91e8b4c0981cfd0479599ddfd436422d1cd0b3ee39bbb73d9 0.00 MB 1 0
95,294 95,294 0000000000027159ac0670ff171b217dd072dcd8cc8e6ea092d9900661e3dc3d 0.00 MB 1 0
95,293 95,293 000000000000252353aeaeee647bb9a08d7a59c616eca27f089bbae54b74441a 0.00 MB 1 0
95,292 95,292 0000000000011dd4faa889fcab99b91c82d2eefa76023de6c38dc56f364db3d8 0.00 MB 2 0
95,291 95,291 000000000002fd0419daa3a30d82a7c3414420319bf9f668244e25a32d3968aa 0.00 MB 3 0
95,290 95,290 000000000007e8e85b184a28ffaedd1cf258f940a4124a596f14ab3d4c42ef09 0.00 MB 2 0
95,289 95,289 000000000001c459771b5b41d7cb6558694f48560c70cc6dfab600526d8ff90b 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.04 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,854.95 GB sent, 102.15 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.