Memory Pool Memory Pool Refreshing

3,091 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (902,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,787 5,787 0000000081fb4ba2876b73465c44cbd8b2645354aa9acfab02c7a02bdeb6b65c 0.00 MB 1 0
5,786 5,786 0000000082512ffda27fd65932cf4bab94dc7d667f483a1c1a2acf2029d90f0b 0.00 MB 1 0
5,785 5,785 00000000dc1aca742f8e8192fd60e9ec882a3ce0e65015a73b18034a90aebf15 0.00 MB 1 0
5,784 5,784 00000000ded964897b5102b2e70a685fde945ad88405e657cd8406e1f519a404 0.00 MB 1 0
5,783 5,783 000000005dcc844e056aef76ba55ccf388e25fd92d1ec64d7317577aa8a66161 0.00 MB 1 0
5,782 5,782 00000000ac9c37de83c6d89694721e039081206c1825a5b6325d2967a250d373 0.00 MB 1 0
5,781 5,781 00000000211bb5d4ed9b771e78628015593cd1c381956f48e5b1b1daf598041e 0.00 MB 1 0
5,780 5,780 0000000012650c830b5f7274c1161ac090ab727a457fd25dbe436137ced84363 0.00 MB 1 0
5,779 5,779 000000006950a126ea4be46f40412a2c40c580d075cbc57653fef2167aa5d295 0.00 MB 1 0
5,778 5,778 00000000a9b50f6d9227a6b68dd7cf918316330ce775439992777c148bab00c3 0.00 MB 1 0
5,777 5,777 000000007bec27af36b7288c899fdb6c390bd522e5644b1a1e0aeb480f820ebe 0.00 MB 1 0
5,776 5,776 00000000056b9bb9760b7f3323c4e8699394b24f83dbb22eacf7759bba704eec 0.00 MB 1 0
5,775 5,775 000000004249479797773a5b8551f3274fc2a8dc4b5c52260e68eb62fd6b4ba3 0.00 MB 1 0
5,774 5,774 00000000512ca848725a11c84b714fd2b6b2be71d28be2c2e5d5ffd456ddad57 0.00 MB 1 0
5,773 5,773 000000004bae4adf43210b0bb648cd6b3e822a13a18470eb58ab067c9fedee9b 0.00 MB 1 0
5,772 5,772 0000000096c38ede93980fb06b6325557fe11208632bff19231724746c72c26a 0.00 MB 1 0
5,771 5,771 00000000aba90cacf7fba8ead3b9191a50c9fa76939b9aa7ba055d6226da64f3 0.00 MB 1 0
5,770 5,770 0000000011208966c8f880555b817111e57b091aa87d7001d9fb9d9f82a70e01 0.00 MB 1 0
5,769 5,769 00000000cdc8a422ac44dbba711a1a4b2e03f32234441ac423c311aca1b34d51 0.00 MB 1 0
5,768 5,768 00000000ed97861e301d7d21c0f626ee2bd6827dc2c4ef1c1a34d991ceb8a9a8 0.00 MB 1 0
5,767 5,767 000000001c5e1c8d9368ad6d4d7101a6176525856fd6aa81ca6b8b6ce25782a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,847.76 GB sent, 100.69 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.