Memory Pool Memory Pool Refreshing

5,344 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,594 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (461,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,062 446,062 00000000000000000252f9d8e4b684f2e7fbc5ab282a0fb608857d4ff30a686c 0.26 MB 525 75
446,061 446,061 0000000000000000011536869befe9630bef329a99b45a1c654ef82a0ac3df56 0.67 MB 1,755 78
446,060 446,060 000000000000000002af8890df67d62c5a71f2db09649fb13a907b0df6d5b32a 1.00 MB 466 16
446,059 446,059 000000000000000000d3900f7799e14a5200c00457dfcfba3e1e1c560592f388 0.29 MB 525 69
446,058 446,058 000000000000000002e0c7f60b49d177f9aa9e633352c23e7fd0d138246efb42 1.00 MB 224 4
446,057 446,057 000000000000000000435227ba64d9e2fe88b4f90315236fd9c573fb9d8d0e35 1.00 MB 1,413 43
446,056 446,056 00000000000000000177538635a538f80604b7401d7aaa94f6b809cc567fa5ad 1.00 MB 1,885 61
446,055 446,055 000000000000000000ede10a36b4b981613e493f0520c4e8cc748420cbbecfe7 1.00 MB 2,580 90
446,054 446,054 0000000000000000010d06a7ebc0a548327503fd56b7176345c06183e094c534 1.00 MB 1,860 71
446,053 446,053 0000000000000000002f335127bde19aa6e27096d69b08a711c6ece95c9cb117 1.00 MB 2,182 88
446,052 446,052 0000000000000000003bbe30c7711597f08e5c5b5d5043f3471f488654a8aef5 0.27 MB 602 80
446,051 446,051 000000000000000002b142cbb767524dc25fb80c39506024854c0fe2bb184e4f 0.36 MB 652 65
446,050 446,050 00000000000000000263798a66645ddfef236cf9e4f66db731af783f0135cd31 0.26 MB 464 64
446,049 446,049 000000000000000000df99bf4bfa324100e66a7d618db8344c2176023c562bab 0.06 MB 47 14
446,048 446,048 000000000000000000ce628732d6df161ccf57d4d6fbdd591fa304bb7a06a7b2 0.57 MB 835 61
446,047 446,047 0000000000000000019e771418f2bb44d8177834f135e8a6bdd0c9734d3f7c57 1.00 MB 310 7
446,046 446,046 000000000000000000f09556c8a838079394a445e5e62ea775074fde6cdb5ca9 0.25 MB 523 81
446,045 446,045 0000000000000000015c80577bee5ac87d1317244746aceda17ca6ce0504b473 0.45 MB 915 77
446,044 446,044 000000000000000001c9dc8365e0bae062bbd238da4cefa49ca357e2d76a3652 0.31 MB 522 41
446,043 446,043 00000000000000000227d48d22e6b80d7dc482ff2d73b8a9cee3330c2ed4ba91 1.00 MB 2,054 76
446,042 446,042 000000000000000000813ee448cd3608f533fc31bf8dbefdaaac038401d01646 1.00 MB 2,539 78
Previous 10 blocks ↓
Total Size: 769.31 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.77 GB sent, 94.49 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.