Memory Pool Memory Pool Refreshing

4,468 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,940 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (593,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,454 314,454 00000000000000002dd4ef950ebbc8c22f142764ddf117ef58df3c05399a4d13 0.75 MB 1,843 38
314,453 314,453 00000000000000001ef715c879f06d5b0bb6801041aca45d094cd2f1587dc4f9 0.26 MB 458 26
314,452 314,452 0000000000000000393962f5a96c3e732a1f46c3668188bd44e5f81479244ad1 0.16 MB 269 26
314,451 314,451 000000000000000039db3a041eeed1b27f7bff57653c1e1fa951f631b713ddd1 0.13 MB 214 23
314,450 314,450 000000000000000001955d4aac3a5c52695fb08fd937b6ea66b0cbcbe9b4f92c 0.35 MB 674 27
314,449 314,449 0000000000000000070feeb3c5396aba0a71478823f2dd296029b8c2ad758ad8 0.31 MB 715 31
314,448 314,448 00000000000000003533a4a81d6ac65b8062f8a7b9618a6d7b0ae230b94c9095 0.18 MB 428 30
314,447 314,447 000000000000000034be8f2dcfa0b6e1168709b1dbb181088e9d8a9c27e12433 0.34 MB 624 29
314,446 314,446 00000000000000001c93c142a1ca9c7f130b430274901deeb4626bc007fbcb52 0.28 MB 521 26
314,445 314,445 00000000000000001b1a731dee76ecfb62fde656ba703146576dd4ff5b520bca 0.03 MB 66 29
314,444 314,444 0000000000000000060584a105973230e6ab3b6c024479e613b65a436da471b4 0.09 MB 141 26
314,443 314,443 00000000000000003190b2158feaa9dc7904d20a980b4bdd0fb8e9c9b68c2f7d 0.34 MB 490 23
314,442 314,442 000000000000000015cc5bc028f347b03240358492a1da6cf0833515737ac943 0.12 MB 256 32
314,441 314,441 00000000000000001e88b3650217ed3bb96eb39bca80b175afea07d27175a822 0.02 MB 37 30
314,440 314,440 000000000000000029272380ef8e14b7fa543dbeb8b2fd1459b73beb6f95beec 0.34 MB 753 32
314,439 314,439 00000000000000001b2ce0a46b53d1c86648ac39e9c59da7f1ca56b46ab17614 0.15 MB 297 29
314,438 314,438 000000000000000019cd9cb7c7b1dd97934a124539d6747155d7b592badf8647 0.19 MB 383 27
314,437 314,437 000000000000000019f01500f62540b23a6e24c093ea9f88766d809b691269a2 0.13 MB 254 24
314,436 314,436 000000000000000022180be18a608dee5700976fb51df0a10724a0a24dd47ddf 0.18 MB 342 27
314,435 314,435 000000000000000012f9ee6934f16c655bf531e58c0eb9f6bd5c02594d715e3c 0.62 MB 1,229 27
314,434 314,434 00000000000000001f60f3155600fc9f9a5e19d96e3669de1e144d9b875b2d42 0.67 MB 970 25
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.