Memory Pool Memory Pool Refreshing

2,436 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (838,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
70,353 70,353 00000000005b37bb9ee24dca76e3fcf4a9f56258c39b02e6c13a4e284a22221e 0.00 MB 1 0
70,352 70,352 000000000110874a964f296b51e4e58889da799fb2b2958cc6c41336bb3048a0 0.00 MB 1 0
70,351 70,351 00000000009c99a2adb13c2272bfe5edd68f0f26789eae5758792a14814e2f48 0.00 MB 1 0
70,350 70,350 000000000051a2e99f188bc22a9eb1fea2ffe18aae0803b8880db90c5c13373e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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.61 GB sent, 101.73 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.