Memory Pool Memory Pool Refreshing

10,518 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (494,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,460 413,460 00000000000000000184b9f0c8029826b7fba5e96adc32e5d5a14858a358c707 0.93 MB 2,980 87
413,459 413,459 000000000000000004592cc4a5c6b203f09eb17724c66edd5e41fe4da5034479 1.00 MB 2,092 49
413,458 413,458 000000000000000000ce6083374c91199430b88d9fdfbf847e91dc4814670bf7 1.00 MB 1,726 65
413,457 413,457 000000000000000004fb17aa34df49028fcbc7c2b0124f43be0bcee9dd2beae4 0.00 MB 14 159
413,456 413,456 000000000000000005524b59a3ae675a32b2349ee5d1aeeb00bc723729d906f7 1.00 MB 1,376 45
413,455 413,455 0000000000000000040e533e850f6cbd584c5e0e1bb68a93e6e76d2df8c0838f 1.00 MB 2,806 59
413,454 413,454 000000000000000001a7ced6f20bbb979401f2e79807d415cb803d61416c3500 1.00 MB 2,719 80
413,453 413,453 000000000000000001f2e4678306f15204184dcc6ad94900d8f2253307b06848 1.00 MB 2,074 59
413,452 413,452 0000000000000000049b1f82e4aef11cde3168b7bf9f4f9000bc5ff58b7f63e0 1.00 MB 2,281 63
413,451 413,451 000000000000000002c16994e35e8e2b8a3472ae90af2d50473213ddd0c06fc5 0.80 MB 1,318 42
413,450 413,450 000000000000000001760844233d2a217d679f3ef9cb2fd4dd36941da701a97c 0.33 MB 527 37
413,449 413,449 0000000000000000028dfec120dc212999e6d6c7e5e92aa3280fdb581fbf9a72 0.79 MB 1,615 48
413,448 413,448 000000000000000002b4e2ff6795125d3a6a6dedc09138fa48d7ab66a3c5d584 1.00 MB 2,376 48
413,447 413,447 00000000000000000370149fe47361989173f48d2651ba53ae8e98a0fcf45a89 0.95 MB 1,607 41
413,446 413,446 000000000000000004876ff974fcd69bddba0f7c646e93d4cf606549aeebf669 1.00 MB 2,408 54
413,445 413,445 0000000000000000026e7223e80a36c8802061b5974ef2da6c18eee3bbc946a3 0.97 MB 2,247 48
413,444 413,444 0000000000000000012f224f1fd4fec7d0bdb8c89c4a59d99eafd1b1b61ab6cf 0.99 MB 827 17
413,443 413,443 000000000000000000d7ccd2d694a5583ff4b28e781c815d0dd4e9ef01419335 0.47 MB 706 36
413,442 413,442 000000000000000003597b5e4c4dc73fc0720bfb56b932db91535746d69eb5e3 0.78 MB 1,711 43
413,441 413,441 000000000000000000d9e8520f206357032cd7d0f313f5cbe62c911eac7a38ef 0.18 MB 513 49
413,440 413,440 000000000000000001179fa78b2799dd2e978fd2037c0d0d09ff4db84d5a4ab4 0.48 MB 1,257 50
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.