Memory Pool Memory Pool Refreshing

9,425 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,158 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,157 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,157 908,157 00000000000000000000ba9cbd9865fd27f004475ca5c9e3f3aba0ceb6de2da9 ago 1.82 MB 3,371 10
908,156 908,156 00000000000000000001cc28d74bdaeb8f74063538c634bf44d7adaa163084fe ago 1.17 MB 1,015 1
908,155 908,155 000000000000000000019ae236d2730d2fbcde67dadfd6032968ac32cc6235ce ago 2.11 MB 3,090 4
908,154 908,154 000000000000000000021f3347b9e12259d78b014de41eeefe65144b44fc65b1 ago 2.08 MB 2,981 2
908,153 908,153 0000000000000000000024b1e634ce9ff4b2706f1cc5d6d0d9ce9bce2ddfc6ed ago 2.12 MB 3,346 1
908,152 908,152 00000000000000000000da104f8c28a21e124b0593a0c37124c75b3d10241b8c 0.31 MB 360 1
908,151 908,151 00000000000000000001d6c912b9cccad904d219c7f751f9d05f9f499a84a688 2.04 MB 2,271 2
908,150 908,150 00000000000000000000d7b5b1147a0efb0c27fefd55d72421e5568fa6381e0b 2.08 MB 2,894 4
908,149 908,149 00000000000000000000c76e6ada4bca40271cf514a45b8270d525ad2b4a3923 2.11 MB 2,315 3
908,148 908,148 0000000000000000000069cc898366f402aa84629d57b5bed2d86eb181559037 1.99 MB 3,438 4
908,147 908,147 000000000000000000002e709fc63148b64ca945553477e253da910252f89108 2.14 MB 2,972 2
908,146 908,146 00000000000000000000061a6d2b3a59191e0f15e67ef3795784e6b9d32e80c3 1.87 MB 2,943 3
908,145 908,145 0000000000000000000125ad53ae987247cb1eee1c704a2ba1b8df89759404af 2.11 MB 3,985 0
908,144 908,144 000000000000000000022acd8c315ce595e380cc68bb1d83709b3e0ae208bf85 1.98 MB 2,869 3
908,143 908,143 000000000000000000020a4656f683ad5ef3409e660a49788f84eba57ffedacf 1.38 MB 2,305 1
908,142 908,142 000000000000000000004a3ddeead9fb6983e6a3633bb1451e61542ec5cbbbfb 1.53 MB 2,622 2
908,141 908,141 0000000000000000000187c4fba9c1daaeaf74fc33f7ada66ff301bb7cd5428e 1.81 MB 1,748 3
908,140 908,140 000000000000000000013965dc733370f951e668f2a17bad200230e5e0118f1d 2.13 MB 3,216 5
908,139 908,139 00000000000000000000767b3ab9af785ead1e85f31317cbd811f40bb2e0babe 2.00 MB 2,823 3
908,138 908,138 0000000000000000000194ff0adb0aee7c138cb9e3f0745cc65e15a9dba8e24d 2.08 MB 2,603 5
908,137 908,137 00000000000000000001c8f96ec392c4f974c03dabf3074f92486f5528a1a848 2.00 MB 3,276 6
Previous 10 blocks ↓
Total Size: 769.85 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,680.83 GB sent, 97.12 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.