Memory Pool Memory Pool Refreshing

3,540 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,657 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,656 (851,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,973 56,973 000000000aa04f542c9229c3997537056dd1eb5be18c519587692d41fab85ee0 0.00 MB 1 0
56,972 56,972 000000000ae3a6a13eeeb6aec493b495aa1d9272ad81ba0cbe3086eb2630e4df 0.00 MB 2 0
56,971 56,971 0000000002cc5985bb1776be0ca96711ac007068cef491cbc0343f3202338c9d 0.00 MB 1 0
56,970 56,970 0000000003c468f26dc6fd41002ec53818e9ec109f17912091fea6d0bc75a656 0.00 MB 1 0
56,969 56,969 000000000e2d1c18f7c03eaf7708a7c2c077c79413910c041a6a3a9f3fef9bd9 0.00 MB 1 0
56,968 56,968 00000000024edfdccfc114d927d92a6bca016063c2979cb8110f13245bd4c41d 0.00 MB 1 0
56,967 56,967 000000000ad8a3faa1d6cde4089c427bc46c4e0b99c9b7dd72467b1ff3c10286 0.00 MB 1 0
56,966 56,966 00000000116421eb5f590274c4772ba07495f46306272df4abd374b403e1ec92 0.00 MB 1 0
56,965 56,965 000000000cfc20e0f9d88a4143e7838ac342a88ca293210e4fbbac81c07ff8ff 0.00 MB 1 0
56,964 56,964 000000000717f67c8f360f2fa4195ab611156bf9cd016e08d93e0f2df8c286d0 0.00 MB 1 0
56,963 56,963 00000000040d0cc4b9aeb0cac76c6b70a614cbd4eba5485fbc5478a8dbba6d40 0.00 MB 1 0
56,962 56,962 0000000006ff99a15286515012be326090e902f2314cb8870bcf8a27a7e25f1e 0.00 MB 1 0
56,961 56,961 00000000062dee4da2933b7804743d9d1223c0e5647e124f46f63f80ebd48bd6 0.00 MB 2 0
56,960 56,960 000000000a9a824d1798c927b718a809fa529cc71927cbb7fd2b49776313a05b 0.00 MB 2 0
56,959 56,959 000000000ff8d5be7608e356e2e7b60f98146f9830eebfcf714c61e252f3dd3f 0.00 MB 1 0
56,958 56,958 00000000118de30d02d2ef838e31c82a8d4cbcf5bec5a428f55a257181b1869e 0.00 MB 1 0
56,957 56,957 00000000004fe888c3475735c9eb6d55a17599a083aab3015d5d9100c36d7331 0.00 MB 1 0
56,956 56,956 0000000004ac9568deb9b9111937631dd35607fd66cbb648df120b7af93fedf6 0.00 MB 1 0
56,955 56,955 00000000137282106606468d95c14f724eb5e4d03a1ed12f1af54833fdc01b32 0.00 MB 1 0
56,954 56,954 000000000cad6dc7ca62eb0b988984a9e971984d4a19852bb9ca2351726f477b 0.00 MB 2 0
56,953 56,953 00000000036f011f727b1dcafa0763c2c0f05dd7f8620f265c0a97b2354b68c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.80 GB sent, 101.54 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.