Memory Pool Memory Pool Refreshing

7,816 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,262 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (26,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,969 880,969 000000000000000000011f6f0dbb096c4494e69b8d3b9a9131b784e0705e4fbb 1.66 MB 1,176 2
880,968 880,968 00000000000000000000bf6c7b5def58f1c25a67e894d77e5d18e2ed60032db8 1.71 MB 2,942 7
880,967 880,967 00000000000000000001e300f94d08a8c69f24c6da351a9378828ac2fcc0c6f4 1.96 MB 383 1
880,966 880,966 00000000000000000000f30028b1302aaff9972ad046d9fbde77a44a541a5201 1.94 MB 996 1
880,965 880,965 00000000000000000000f17752d36a6413be3bbc7dca1d5938d46d13fbbbd4e0 1.50 MB 1,315 1
880,964 880,964 0000000000000000000023969061661beb3b6a1e9a244c0e0eaa00af8b096f47 1.52 MB 1,734 4
880,963 880,963 000000000000000000002105884562df76396aea0d7e6a5bea93c1bc225be258 1.68 MB 3,034 3
880,962 880,962 00000000000000000000743907c05d4a7287654e2a54ef93e0bb3ed28710887b 1.55 MB 3,641 6
880,961 880,961 000000000000000000019eecc03ce882a78a3ccc42f3b30175f955921f369109 1.78 MB 2,040 3
880,960 880,960 00000000000000000001aa68a467522faf5ca9d3e84630e293f9d4c0148f9b26 1.75 MB 2,709 4
880,959 880,959 0000000000000000000122b217d676b57aac09fff470b0f7037c2336534a02e0 2.04 MB 2,199 1
880,958 880,958 00000000000000000000f176707769db0ce10c6a6c034825355c28aa599b358f 1.61 MB 2,042 3
880,957 880,957 0000000000000000000098fc2e443d98a64cd13b54fdbe6202cbb4ae263320d6 1.47 MB 2,416 2
880,956 880,956 000000000000000000017b8c084e8d6c879ca5b832e76eab14c10fa6d457f229 1.59 MB 3,665 6
880,955 880,955 00000000000000000001c4cacf660bcc35a70984c7184b9a4b80e729311749d9 1.96 MB 1,111 1
880,954 880,954 000000000000000000023cdb147edfbd159a7b26f7256364303e7df96d80a77a 2.09 MB 212 1
880,953 880,953 00000000000000000000b736d702faa5e61854667b66bc7de7cda44b669c48c9 1.72 MB 3,509 1
880,952 880,952 0000000000000000000152b5a161b9838737b9725740836ee7c98da50195125f 1.37 MB 1,476 3
880,951 880,951 00000000000000000000e86e33aee386eef57f1081bd4ca4de0de2d454cf0165 1.51 MB 2,025 2
880,950 880,950 000000000000000000025906920ced2f5a6c0d07ceb05b7bb3401d9e511956a0 1.58 MB 3,794 4
880,949 880,949 000000000000000000002460b4ac16cc05e0151b38cbae0bae6d5376b167e2c3 1.54 MB 3,361 4
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.