Memory Pool Memory Pool Refreshing

19,690 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,619 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (591,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,039 316,039 0000000000000000246f7a548d45ff0d529df12b181cb737f64715dd05ecba27 0.03 MB 71 34
316,038 316,038 00000000000000000bc57b1b069533db2e9df7cf8f15a4adee9346e1676bf3f2 0.20 MB 348 23
316,037 316,037 00000000000000000a32ff27129f6824da4a855337b0fac2d95c72f235d1fa17 0.14 MB 197 17
316,036 316,036 00000000000000002467c2240b0afdf8e2aa95bbeb132546f0daa6f56aae6a75 0.19 MB 383 26
316,035 316,035 00000000000000001bfbe8a6e19c092c3fd1d62d38b0e6cd3b81e3abbeaff75a 0.18 MB 279 22
316,034 316,034 00000000000000000e604325b9dac4e2c9669a1ec7af8cadf5ab731000858bb3 0.40 MB 441 19
316,033 316,033 0000000000000000200dcc8ce164c0ebfa00a30c59fbb556f5df3a190713d5dd 0.19 MB 512 46
316,032 316,032 00000000000000002d5b5bb8c3537c3784117fcda2d32e86ae36970640795900 0.16 MB 67 5
316,031 316,031 000000000000000005a0fe7a2c13e8091e085e130abfcecd7f1488c619687166 0.12 MB 241 29
316,030 316,030 00000000000000003498f991c9e63a527d139cca1d0cd229933de0dd228cdcf7 0.14 MB 100 9
316,029 316,029 0000000000000000270dcb395709e4d037ae9d85d600e27c87ddc06cc6c3af8d 0.17 MB 229 26
316,028 316,028 000000000000000012c5de770be229e3aeee44b0c735b343c21d8ad49e149060 0.10 MB 256 40
316,027 316,027 0000000000000000072afe250d524acd3868b58c1e31d773cb817d93fd83f4ad 0.09 MB 185 34
316,026 316,026 000000000000000037366fef4f970c82ef63b4c0a1dbe91eaa2953eaf4fa876c 0.24 MB 401 25
316,025 316,025 00000000000000000a6da1224d2b9751d7952508597c90abb6939374da2537a1 0.75 MB 1,220 27
316,024 316,024 000000000000000012afb8a7e3997116909167f835f5cd484bc947bceb531cbd 0.01 MB 22 24
316,023 316,023 00000000000000001ba892b1717690900ae476857120a78fb50825f8b67a42d4 0.37 MB 631 25
316,022 316,022 00000000000000002b3ef284c2c754ab6e6abc40a0e31a974f966d8a2b4d5206 0.19 MB 258 24
316,021 316,021 000000000000000004fcaa3d1363b5354090a90f8aa1605a5250f764c80aa43a 0.05 MB 73 18
316,020 316,020 000000000000000019b3af4f19753e4a37bc979f1361af827375f8914a015ef0 0.04 MB 80 31
316,019 316,019 000000000000000020584b494e987e9d59edfae19e54e85431b1fbe316e94191 0.18 MB 278 23
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.00 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.