Memory Pool Memory Pool Refreshing

3,931 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (39,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
868,498 868,498 00000000000000000001972042542b8142a687a83861bdc1b43c5a933dcfdc90 1.53 MB 6,251 3
868,497 868,497 00000000000000000001a9054607712a4783cb935180cb459fba85f82c6c0be2 1.64 MB 4,046 5
868,496 868,496 000000000000000000008d50c94e139cec75ecc362cf8435e266e651921e83e9 1.69 MB 5,481 3
868,495 868,495 00000000000000000002a5a91232200b86c37db316fa8cd20c323101eb012b03 1.43 MB 2,884 7
868,494 868,494 000000000000000000000fc507fcb0baeb0c66652a50b19de298487dbe541df1 1.43 MB 7,068 3
868,493 868,493 00000000000000000001889525d86f5178ac9907a6e90503dae964ba66bc7b04 1.96 MB 3,906 5
868,492 868,492 00000000000000000002804aab94cef62ef3d7a7f806559b8558da6970b79b9c 1.77 MB 4,765 4
868,491 868,491 00000000000000000002d55df5d979efb6e5c1175c448ac3fb9037fd3a2c85ab 1.49 MB 3,594 8
868,490 868,490 0000000000000000000176343dcbed811d261f96d8eea21ba53af73f2974b9a6 1.70 MB 6,545 3
868,489 868,489 000000000000000000022212222cbbac290c6ba366b38e404c508f9ceb39754b 1.51 MB 6,453 3
868,488 868,488 00000000000000000001055cd70234252e27a74b65b00fdcc086e7f04dea33b4 1.75 MB 3,421 7
868,487 868,487 0000000000000000000080d3c46131264699c728d8a9e7186f1dd14ed17e0659 1.72 MB 5,034 4
868,486 868,486 00000000000000000000e803fde66019de121dee93b2c3fed7efe99a0e0b1284 1.80 MB 4,140 5
868,485 868,485 000000000000000000023f0292c5a9dd95e09fcffa29bd8d65e1b2a3c4a37c19 1.71 MB 5,334 4
868,484 868,484 0000000000000000000064137e8e7ce2d1a17939357f315651b70a62d4f03a65 1.52 MB 5,933 3
868,483 868,483 00000000000000000001d38a54bf652b5581cc0fb78627581c1bc1f108e94fa5 1.73 MB 4,864 4
868,482 868,482 00000000000000000000637a9ab2d14474ddaabeab2e0c75a680152a16d15e88 1.73 MB 3,471 7
868,481 868,481 000000000000000000027af44a8735b293653a227654eb6a60b6c65a30917db7 1.54 MB 3,147 6
868,480 868,480 000000000000000000010c8567e0e2144fe6998305fc4793650912f883f42824 1.46 MB 3,007 14
868,479 868,479 0000000000000000000245e9c3125b6b43c8c02c245123d679ca4138940ff752 1.87 MB 3,351 5
868,478 868,478 0000000000000000000214e1ef4663422a5b73ee9504a3565e63a83e37d673aa 1.55 MB 5,472 3
Previous 10 blocks ↓
Total Size: 769.17 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.85 GB sent, 93.73 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.