Memory Pool Memory Pool Refreshing

2,984 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,972 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (14,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,334 893,334 0000000000000000000126bbf1f451c94823804904c51edfdef5b36123dbef3d 1.62 MB 4,264 5
893,333 893,333 000000000000000000000ae851c9de55948ec8a3a9ccacc5214ab77edd0f86bf 1.69 MB 3,629 9
893,332 893,332 0000000000000000000211dfc9e0c6370519ab2e50eed050affe778753cee99d 1.13 MB 1,118 1
893,331 893,331 000000000000000000011d32e1f9c1dc0d7611100d3fbd4fe5c76338bec3f45c 1.57 MB 3,288 2
893,330 893,330 00000000000000000000a977635652542d20741077957feb41ba3730f5a41375 1.78 MB 4,627 2
893,329 893,329 0000000000000000000145f4a515767d6293e7c70218a147624c6147b17da9c5 1.80 MB 5,192 2
893,328 893,328 00000000000000000001350dbf62bea24d89f5a5f973d9471c0757ff4c5ac628 1.65 MB 3,483 3
893,327 893,327 00000000000000000002393cde27284a35c4a2c1d1514208e1b471f7a82b9023 1.68 MB 4,367 2
893,326 893,326 0000000000000000000123fab5b30367147e66f699638e087a56d9d49d09bbbc 1.71 MB 3,975 3
893,325 893,325 0000000000000000000028dd3d6c9a0dd758ca908087c6514037ef31d25284bd 1.62 MB 4,133 3
893,324 893,324 0000000000000000000051ea4e5b2eb19c5fbbe2e595a36b056083b4286cba1b 1.54 MB 3,114 3
893,323 893,323 00000000000000000001acb2b15127c131f9a99a1ce150216f0ffb265d0db164 1.58 MB 3,467 5
893,322 893,322 00000000000000000000204736a1d6b03e389ad038f74818f1a757211bfbc856 1.60 MB 3,803 2
893,321 893,321 0000000000000000000002204c37a388d3cb95504062e55d6d4186cad88c2872 1.74 MB 4,047 3
893,320 893,320 00000000000000000001d0a972c1062e9a618f7663d450f092264b8de6e2dabf 1.74 MB 3,465 2
893,319 893,319 000000000000000000004a156243ddca9da915ef01c733cd9c28deb2f05b83f8 1.75 MB 3,459 3
893,318 893,318 00000000000000000001389a842e1b763043acac0589910e486ebaca954d1155 1.69 MB 3,283 5
893,317 893,317 00000000000000000000f6d1157f782c89d6d365f778e3e109835097f10cbfa8 1.60 MB 3,169 6
893,316 893,316 00000000000000000000d6e0a895809098fdf09ab190d1846b55d397c8c379e1 1.61 MB 4,615 4
893,315 893,315 000000000000000000001e7583ec1d8d80538aabbcd57f64889dc2df77ed9d85 1.43 MB 2,570 8
893,314 893,314 000000000000000000016bdec4102df0a64d90243461a3a30ba7740a70fe5309 1.66 MB 3,810 5
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.