Memory Pool Memory Pool Refreshing

347 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,932 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,931 (742,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,574 165,574 00000000000002abc842cb31f3e35509e645345db72d9b57217cecfcbdd3e254 0.00 MB 9 354
165,573 165,573 0000000000000a94580bdf1b7823d0198c8578eba4ca0175755e6423184d6579 0.02 MB 30 199
165,572 165,572 000000000000025741572d50be7ba9b9e6df15db3b412da0b8cdea08b1c2d362 0.03 MB 60 430
165,571 165,571 000000000000078e5feaa8261e4378afd92149ec4f4c258445718f574bebf641 0.01 MB 31 172
165,570 165,570 00000000000008dc90ecb767f400b6386e3800e4272ac49283820b8c808b5dfe 0.02 MB 48 408
165,569 165,569 0000000000000af6dba5cbb0e3f5617da48d1c595d87e52a19c4de0f306fc589 0.00 MB 8 85
165,568 165,568 00000000000003110ee24695c4cf6ed4606fb2de9b623a9dd13a614d47e89be8 0.01 MB 20 948
165,567 165,567 000000000000045914bff18a6d6855cfbfa61d3af17515f0f54111568d159d49 0.03 MB 27 105
165,566 165,566 0000000000000645b84905b11a58efeac3eba9dc529bc04115a1aee824e820e8 0.05 MB 153 34
165,565 165,565 00000000000004f73066d2f40ef0c38f367acebe9b0f90065ce3813c6ed8e13d 0.05 MB 116 341
165,564 165,564 0000000000000bab473f789631e8435ad06bac1fc94790f831979c9acce44e56 0.00 MB 14 10
165,563 165,563 00000000000006d549481fa8ef30e791a121bf639bd572dcafa6d83da3e55d06 0.01 MB 29 151
165,562 165,562 00000000000007bb2e836fc05755854c17fe512994e5e36e3763d61e7d33292c 0.01 MB 46 0
165,561 165,561 00000000000005e9c18ab162c6c00acf89e2fc2fbfb9e1a05d6df8f7a4629312 0.01 MB 18 15
165,560 165,560 00000000000003905789bfd06ec5a72e8dd23480734604f1d9e37004159f8e82 0.01 MB 14 47
165,559 165,559 0000000000000581ef9f0bd6dfd1a64f4b03c8e26d902dd3d5666353c8f26f0a 0.01 MB 26 34
165,558 165,558 00000000000007d5f9d3a5bd7d9d184f31df65b6c185433504452bcb0d9c8bcb 0.00 MB 10 29
165,557 165,557 0000000000000c06ae1e9ea6eab582c69e75e4200967013b3e1ae10ea6fffd54 0.00 MB 11 362
165,556 165,556 00000000000006d35a8bc4577335b229ffe7f9c760ea32825bd0be45ddd49d87 0.02 MB 33 297
165,555 165,555 0000000000000088ae6b79b1aa331bd797613ec2faac41597b77c8b77ff2b05c 0.03 MB 106 11
165,554 165,554 0000000000000957a1f2dfd68344f38eeb03ee9832e29b71638767a23bc53939 0.02 MB 35 120
Previous 10 blocks ↓
Total Size: 769.42 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,644.88 GB sent, 95.01 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.