Memory Pool Memory Pool Refreshing

2,637 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (805,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,143 102,143 000000000001dac7fa6633456e2e388373606128c5c78b2aa635a368e8b3d30c 0.00 MB 14 0
102,142 102,142 000000000002a54fba7ada4f5fd09a865cdcd4206d68e45a2e04c2fa721c0d47 0.00 MB 13 0
102,141 102,141 000000000002546206488c8190e936b582e3de592fe1594a1082178ea3d53d43 0.00 MB 13 0
102,140 102,140 000000000003cf14c4e9a833b7d38346544a5b774b11a5b35c27a8bd51973e7c 0.00 MB 14 0
102,139 102,139 000000000003763e12e002cc40b4283cd2c8b7b42a3454ff2a1adcc829be47d9 0.00 MB 12 0
102,138 102,138 000000000002fc372ef71afb10705581dc6d77e6604b008966c51a1e366eb325 0.00 MB 14 0
102,137 102,137 0000000000006d9276b119cb1b93fd0450b50682dcf54372119714b28afcc250 0.01 MB 4 0
102,136 102,136 00000000000115712f38825dd6c8518bccc95a92bef41644c79a9cd304f67381 0.00 MB 13 0
102,135 102,135 0000000000026508fc8d1dc74cc8ec5a72ed53b5e49e9efe359172c125b8151d 0.00 MB 16 0
102,134 102,134 0000000000005774933d16c9b4022d9b6381c26bdef73d9919d1772aebd92599 0.00 MB 2 0
102,133 102,133 000000000001f93c1b74bc92887f59bbf2d117e24499e037747af96524b77fe2 0.00 MB 2 0
102,132 102,132 00000000000082ef4b51f54b63b82936d260a864ee8d0b9cd886a5e2202a2dd7 0.00 MB 2 0
102,131 102,131 000000000002b1170b1ebd0c3d7c05081c0a54775e2edd15bb14d2322ef263b9 0.00 MB 4 0
102,130 102,130 0000000000031068c075374766382d47f2cb2641238d88a2c0f89818f95042af 0.00 MB 5 0
102,129 102,129 000000000000075d55093de02ec3a5a2ec5d8f482083892ad02dd8f95d6bd9e7 0.00 MB 5 0
102,128 102,128 000000000000c1fe15d373196d5e2a7d0ba0702502b4097769738c2ffc937545 0.00 MB 5 0
102,127 102,127 000000000003065308e69ed0f1190a9c243e6fde7002ab9f073b86fddb926e10 0.00 MB 12 0
102,126 102,126 00000000000292873589235e7acf5c5092848e1ca0df26a60a74382295eb5425 0.00 MB 15 0
102,125 102,125 000000000000eb033649097c154b9a2fccf0bfb80c2064544c14e54f4bfdd053 0.00 MB 2 0
102,124 102,124 000000000003502593cdf5127fd399ddeb835e08489b2a153fe4ea9cf7c9ea78 0.00 MB 9 0
102,123 102,123 000000000003fdefff768e2f00edc3a9876b1146ffbf5524f8dbd51908b3b62d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.