Memory Pool Memory Pool Refreshing

2,051 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,051 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (863,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,525 45,525 0000000026beb9275b9eb0c1de29ed22302433bede191b7eb1cfb0356958ec34 0.00 MB 1 0
45,524 45,524 00000000199722f9a8750520feaf0ed97bb94a00f6461ebaa2a3ba37d40b3128 0.00 MB 1 0
45,523 45,523 00000000043b6d25a361125f2c3dff8b688eb3ff19d86647306500f00f369a9e 0.00 MB 1 0
45,522 45,522 00000000126283cd9d6cc2c7364f2daeff92362aaf75f460ab5de8d9156358c1 0.00 MB 1 0
45,521 45,521 0000000032f429ce58372c0d3b2068932e93ba14e07ed05699dfde15527ace59 0.00 MB 1 0
45,520 45,520 000000003108a0e4dbbf0b16120b3e81963722baad46acb8cf5ce119ee24061a 0.00 MB 1 0
45,519 45,519 000000001ffb5f0ec1bca1fc675ca2c60967f9a7afa5cfa3fbe796433806a026 0.00 MB 1 0
45,518 45,518 0000000025c6e215730f00978414372e94977dad8a7c9b70eee067bb5396a494 0.00 MB 1 0
45,517 45,517 000000000a765b02a1235ae811d0bac8a5f88bc6e8336d5ba905bfd282c3061a 0.00 MB 1 0
45,516 45,516 000000002d6d7c7e84dc0f85776f9e49e939e3ab3ae0c8fbe1e59d2322434f0c 0.00 MB 1 0
45,515 45,515 000000000ef97a1fe9f0a316feeb2b7812eb871feb0a60f017d8079e17b61398 0.00 MB 1 0
45,514 45,514 00000000136e665c8196e46747e99655984e1a3be37aee96d138d8770a71f228 0.00 MB 1 0
45,513 45,513 00000000262e831397540de5a3c312346fc44e5a8ea37c982339c5d06faf7319 0.00 MB 1 0
45,512 45,512 000000002bec7df9fe4852c60faeb003e9bfe6befc4e270a71fa32ac1ba5f30e 0.00 MB 1 0
45,511 45,511 000000000c42939676507a84874837b639dfdaf50e12681db9b7d7e32b274fed 0.00 MB 1 0
45,510 45,510 000000003377de31d037e6047e366b981b290de114999b03ac242405eeeeddb2 0.00 MB 1 0
45,509 45,509 000000000f81c9901b220210b1339c974c98d6f65ccaa13f1326731998dd1366 0.00 MB 1 0
45,508 45,508 000000001d39167ecdbb8dfd48824dda881f99a167f32c7937fae6e0c771ec15 0.00 MB 1 0
45,507 45,507 000000000a47ddb22c74fb66d526d71cc41dc18ad034b421c374266c0c09944c 0.00 MB 1 0
45,506 45,506 000000002c7e337510cddc1269999bdf55c7c146dd7530acedbfc208e2c38b99 0.00 MB 1 0
45,505 45,505 0000000027ab35bc07aae59780c3ce30cc477921a27e4bf8b5bd24da76914534 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.