Memory Pool Memory Pool Refreshing

3,207 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
899,767 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,068 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,766 (1,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,602 898,602 00000000000000000001132130e3ec288efe30a41612c1d8ebaaabc241ccd771 1.60 MB 3,669 9
898,601 898,601 0000000000000000000199440ba46bebd53ba6a22f66a72acc053ffa8bf3fba9 1.57 MB 4,042 5
898,600 898,600 000000000000000000005d9f8331369af95fdf0076af83ef6ab5c01d26a78de2 1.78 MB 3,096 3
898,599 898,599 00000000000000000001719c9b54ec4392f01ac7a23682cc2da548ea385fe3e9 1.49 MB 4,646 3
898,598 898,598 00000000000000000001dc6786ff3cbef3d9f98807a75353830b7599ddb2aaec 1.52 MB 4,410 4
898,597 898,597 00000000000000000001418cf7f8cc874318bb0ce96cb487647880fafdd0cdba 1.57 MB 4,489 4
898,596 898,596 0000000000000000000054b2bb631535c5a9c60e474356959b47aa86167cf9ec 1.48 MB 3,944 6
898,595 898,595 00000000000000000000aea1cfcebdcbd070db50f275d65911b9cb53076d4c4e 1.54 MB 4,558 5
898,594 898,594 00000000000000000000526c0db5e2a492d35cd3bb98ea723ba463627a12f7be 1.45 MB 2,935 3
898,593 898,593 0000000000000000000060779d35731bcdc97c7c2b28f7f3568beb7620fe377c 2.26 MB 2,388 1
898,592 898,592 0000000000000000000082e6ac284304248c3c61e00c8f0e2e94032fa5e6e39d 1.55 MB 2,490 3
898,591 898,591 0000000000000000000218b74dbc794faaa9d5d87acfe6b1b6ebf3c37c93a79e 1.46 MB 3,480 2
898,590 898,590 000000000000000000015337cdfbb6da0912b6a193621dc8d14363b807414102 1.42 MB 5,769 6
898,589 898,589 00000000000000000000e4406c68f6082ecc04f2fd029f68d7394723538c029e 1.39 MB 6,173 9
898,588 898,588 0000000000000000000091a8a2e2da96d2a81d1759e51840f99351678fca44fe 0.17 MB 433 1
898,587 898,587 000000000000000000015add73e7bf39b12160bcbc8a43d349317b9fcd1b3dc7 1.45 MB 3,519 2
898,586 898,586 00000000000000000001a4242bde684f71e107ae34964a25f8a241b90e16c637 0.25 MB 238 2
898,585 898,585 00000000000000000000c3c39a778825b788e05722de2debeb91286d46cea4aa 1.23 MB 1,917 2
898,584 898,584 00000000000000000001c09c680e2487bd2136da46793384230b9393d13b262a 0.52 MB 798 1
898,583 898,583 0000000000000000000224dbc4f991c0bb1ab0778f36b6cc9072c5dec2c3daec 0.00 MB 11 3
898,582 898,582 00000000000000000000ca9f479afe4d8f28083f36f1763af1d3a6fe77b04b4b 0.18 MB 468 1
Previous 10 blocks ↓
Total Size: 755.58 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: 530.19 GB sent, 26.38 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.