Memory Pool Memory Pool Refreshing

592 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 584 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (838,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,374 70,374 000000000159ee795e4eae10f5e11506f3553f015d82d3564cabe8bb4141f657 0.00 MB 4 0
70,373 70,373 00000000003f969cab21fac61f630f666fbc50dae6a3fcc4e501f897fad3edf2 0.00 MB 3 0
70,372 70,372 0000000000913bfa2a3393f41ce2f89e691554c0812d4a9de5d4e5c571c4b8af 0.00 MB 2 0
70,371 70,371 0000000000dd40f58b6150c9fc17634c8125e2b21f9c3cf4319fa25b5bd23d4c 0.00 MB 2 0
70,370 70,370 0000000000e496441039d6fae0c09feee78e697a8988beba9e58895f0d4d9823 0.00 MB 1 0
70,369 70,369 0000000000f68cfee6aefcee882f9e95b841e98be49244460205e1101bc0bb9e 0.00 MB 2 0
70,368 70,368 00000000004156f4042dfa88e24c35615feac53f14469ae68294d629679690ea 0.00 MB 1 0
70,367 70,367 0000000000c21c90283da3fdc9d0932edfe1e14a513af2d19cf837caac84f0c5 0.00 MB 3 1,886
70,366 70,366 00000000013c89e7888f63e3305738b762cebe869c29c9594c992e64a69c3201 0.00 MB 2 0
70,365 70,365 0000000000bd4352bb626c8e3d569f04ac397544c10217dcf64163b1ff5e7293 0.00 MB 3 0
70,364 70,364 0000000000602ad5897fc0d1642421e9fef438f0ef728d3d9896a761504a7663 0.00 MB 3 0
70,363 70,363 000000000033d55b103169481865e9dedb528b301db257d8a9e2cb7aa0e4f360 0.00 MB 1 0
70,362 70,362 0000000001197be0010cc1247b19671398acebc0bc25ee98d9875cd9a9f15721 0.00 MB 1 0
70,361 70,361 000000000052dd255a043aee150ea50e61cf51096d1a33f8f8e14ee518645e1b 0.00 MB 1 0
70,360 70,360 000000000084dd837e968d06e663712c60e8a83689cc9d2ba4816eca5296aa1d 0.00 MB 1 0
70,359 70,359 0000000000d450827a730bb0d6b3af5c44bd966ccf10e2ca442f6b8925b8e5b9 0.00 MB 1 0
70,358 70,358 000000000107aa784c0a9061507255f1a1ac0630dbb3d3ec786c6a449b78a3ad 0.00 MB 2 0
70,357 70,357 00000000015aca3499a458bd908210a0703b22c1827dd2fc0433d2f65d2ee3c6 0.00 MB 1 0
70,356 70,356 0000000000ea1a05c84bd943a0b8fc8c5719b78bb6f71ce10c121f29e983fd83 0.00 MB 2 3,875
70,355 70,355 0000000000b75ff938dc7a59197eca28d19df2558165ff1a3b2c68c28133c9d3 0.00 MB 1 0
70,354 70,354 00000000014412a88f6ee067eb586a3cfdfdb751b424bf8f9c51f034d8952020 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.63 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.