Memory Pool Memory Pool Refreshing

3,874 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,976 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,126 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,975 (785,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,545 122,545 000000000000972bcc887a0ad965a468c33f7c330be1adb642c1bd934956d3d1 0.01 MB 41 1,423
122,544 122,544 0000000000003864eb2933cb871fc4b3caf8d390357070e216edcf9e3e196b1e 0.01 MB 37 1,374
122,543 122,543 00000000000043ac91a40b34f3b6bee085c4fbbd5ccd92c1a7098d0e33410236 0.01 MB 16 1,105
122,542 122,542 000000000000124f412319ba8becaf3faa6bff28d0a6ada4e039fac78d0d14e4 0.00 MB 5 0
122,541 122,541 000000000000761467dd7fe3a92e5dbd03154fd142bc2dbebe7fcb824adf6b30 0.00 MB 11 0
122,540 122,540 0000000000004785b724de038d2c706e12bc1e1e872eb012d0031373598ea4d3 0.01 MB 12 143
122,539 122,539 00000000000075910de8d4ed052a9833dd86b7edefb7b955e6d293041f1514de 0.00 MB 1 0
122,538 122,538 0000000000002531898ddabf4990cdbb4407bfa7760b5b5fb1133c1b1b944f5b 0.00 MB 10 284
122,537 122,537 00000000000054809c897025c1aaf738ad93a195af8e34fff418e977fc7a59d1 0.00 MB 11 0
122,536 122,536 0000000000000726f37e46908c2e0b9576de2ca177f7d2f07506b5a6d0d801f6 0.00 MB 9 615
122,535 122,535 000000000000178b4fc0ec967213c5d25f258ddd0ad098de2730f1ff59aec36a 0.00 MB 10 0
122,534 122,534 0000000000007acdc35aae9925b219d228675fff2fbc5d2d02dbd880772879b3 0.01 MB 33 2,281
122,533 122,533 00000000000077854347952246fc0bac1cf9202e186c9df39419981e2954138f 0.00 MB 8 287
122,532 122,532 0000000000002da87139e31c751ac4c6b3017551cf19b42e75c0500be931278e 0.01 MB 22 427
122,531 122,531 0000000000003c200d9a00400891d637c8713897d57d36d40311ac6e658d60bd 0.00 MB 3 4,149
122,530 122,530 0000000000002648b97aee613a9b331e5e482a6209a92f1280cace2e1e534d5f 0.01 MB 15 0
122,529 122,529 0000000000004496208d804ba80baca05521a2a24bfaede5d61888f00483e402 0.00 MB 1 0
122,528 122,528 0000000000006f49e5b9839b059e3b10b6a0ee01cd7076328d0153cce33402d3 0.00 MB 1 0
122,527 122,527 0000000000008119189290e362ccbba17c61b7682b0c92c3c5197f0b3d5a2011 0.00 MB 1 0
122,526 122,526 0000000000007f3c9e8590fb5bc590326922759e402f24da0a653239b20dd824 0.00 MB 5 0
122,525 122,525 0000000000008a47848f2bb04a8801495ace94b06cf2c018ef1e2e2867888e79 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.50 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,646.76 GB sent, 95.43 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.