Memory Pool Memory Pool Refreshing

4,921 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,077 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (803,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,378 104,378 00000000000303c30841feb9be80ea3cadc9863894f64dd4712d57129348ffa3 0.00 MB 3 0
104,377 104,377 000000000000f1553673da30c55ce399e0704aa4731313c4aa04bb6e2ad8d667 0.00 MB 8 0
104,376 104,376 0000000000034f17ca89233807c2a892e66ee3116ecd1f17107ee30081c85791 0.00 MB 19 0
104,375 104,375 0000000000033b05f9d94f671e22263e40b81789f869ce446b7a00e12515cede 0.00 MB 10 0
104,374 104,374 000000000001b87ca15981e68eeaf25dee6cd186030de7b166f875732ab62166 0.01 MB 23 0
104,373 104,373 000000000001267c27a2793fc0196f88e150cd927c1b04d97fa98064ffb05564 0.00 MB 3 0
104,372 104,372 0000000000030780a2f9261a89bd247ee54a1e7b50884bf02cb5fa7ba97d1067 0.00 MB 1 0
104,371 104,371 000000000002f68eeb445447e5c2188686765d23f7fbaf2b1274d59fdc153cf3 0.00 MB 7 0
104,370 104,370 00000000000307047a974235f76066386b4e746efc737a139bf84283bf5f27e5 0.00 MB 8 0
104,369 104,369 000000000001a16198a28e35ce51f5f16881bcc48f8892d340c5833d546c070d 0.00 MB 5 0
104,368 104,368 0000000000007cb882e756ea1e735b247df860a5bccbfbc957380437b3ae5b0a 0.00 MB 1 0
104,367 104,367 0000000000017166e98c3c636dabd0121ec707c9e2f7a1b13700b18b54dfa35f 0.00 MB 2 0
104,366 104,366 000000000002789e45ee97b041108d734d87e9242da26a9666d914f9c2c2b7b4 0.01 MB 33 0
104,365 104,365 0000000000010a2829de83b849e8ebb71b8cc48bafab1cc53f3a2b99bd1836eb 0.00 MB 3 0
104,364 104,364 000000000002cb596e3211d75c0f03d1e686464f3ed2a9032ff4285d60fc556f 0.00 MB 4 0
104,363 104,363 000000000002e498a7539a3269d35d991644af43a92516ce8ea6283652714355 0.00 MB 5 0
104,362 104,362 000000000001a437a779d56d9fedd526dd238e3805b97feab4d2df29fe257bd1 0.00 MB 3 0
104,361 104,361 0000000000030be37b4202039fdefc88c8931bb9da90a875dd11fd51b5c87ac3 0.00 MB 1 0
104,360 104,360 000000000000d862508c0d59c69512c6ad2a16ecf4cdfbdacd08c269eddc9eb0 0.00 MB 8 0
104,359 104,359 000000000003352532a0b507a06f770d4030455ee22267c35035adb98614d3e7 0.01 MB 21 0
104,358 104,358 0000000000029fb073240e31f333f698d33e377d5db469785f7f8867574325ca 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.