Memory Pool Memory Pool Refreshing

1,301 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (801,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,129 107,129 00000000000119669d39de23de1fac1bb62aca3182833f568588e9086bfa2f12 0.00 MB 1 0
107,128 107,128 0000000000001f459ae2bafe1a1eafd5996b54e547cdecd44c9d89e2e5fc1804 0.00 MB 2 0
107,127 107,127 00000000000250b4327da09d2d14c74b4c2760e0973b32edb1928d34ea91a0c1 0.00 MB 8 0
107,126 107,126 000000000000992514f4369fba7b9ca664cb014d41e839092941afbace585886 0.00 MB 19 0
107,125 107,125 000000000001b34a447a65cddeb4e3b02bb28fbf24c708fe91ff25f38dbf03cd 0.00 MB 4 0
107,124 107,124 00000000000029c17944c5e854024671b7c7855529daf428d4fa8aa44e385240 0.00 MB 1 0
107,123 107,123 000000000001327a8192fbc2d0863098b655a15c2ad7b122b752229dbd97ac1e 0.00 MB 1 0
107,122 107,122 000000000001734a9a145c32ecd9d0413c6c40ba0b4f30502c9d81bc1ba61cb2 0.00 MB 3 0
107,121 107,121 000000000000a98f563ef8cfcae2f3f74b811149773bb1a92337262cb9bc5ad4 0.00 MB 3 0
107,120 107,120 000000000000670581a76655db7271250223ce56c73b28ebb43811d283e5faaa 0.00 MB 8 0
107,119 107,119 0000000000022c2e8ce4d8500f56a42695e11beea947e9438c0326e2e0f7415c 0.00 MB 6 0
107,118 107,118 0000000000005d96687967e25d2a4aa1de5ff15c295bd8eaef362642dac3451f 0.00 MB 16 0
107,117 107,117 000000000001b0252859df01207a164b0f33cb20bc22a3695a9e6391c0296c03 0.00 MB 2 0
107,116 107,116 0000000000008b7b215cb9a3c8377ee9034fdde19f5ea09138dcbdc6563719a6 0.00 MB 3 0
107,115 107,115 000000000001ae3cadfe553ab00116ad12c2278842e3bb3bec2a084ec5df9236 0.00 MB 5 0
107,114 107,114 00000000000253288adc8c89dbee431e59c86ee7fe522d0923ffb48fffed56c9 0.00 MB 6 0
107,113 107,113 00000000000277a0b74b58e0140c92c314cae3dce11ac0656130dbe12493e9e2 0.00 MB 2 0
107,112 107,112 0000000000024bfe9e3f1400687f688d0ea0cbdb9768b30082181c6f7d43265c 0.00 MB 5 0
107,111 107,111 000000000001dfc1ac2bab7edc795568e07fd11c8cbf7f47faf41b20037c5f13 0.00 MB 5 0
107,110 107,110 0000000000014957a0e7545bd1d8271349cdcc78fb72d3478518f1cb64fafd3b 0.00 MB 18 0
107,109 107,109 000000000000b1eee72241786d432be37e35bbedaa2fb1125367e19a3eb069d8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.14 GB sent, 98.59 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.