Memory Pool Memory Pool Refreshing

3,975 transactions
1.12 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,655 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,409 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,654 (863,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
45,504 45,504 000000002d96485d1acdd55713eb8742a6758512e868cc8b27129640cfbd4182 0.00 MB 1 0
45,503 45,503 000000002f893474be0a90ca8079cb92547c11ae0e74a29a7dc8e904ab83aeef 0.00 MB 1 0
45,502 45,502 000000002181c04f6ad5b68df3c94f98282558a80a341c96948821467038f372 0.00 MB 1 0
45,501 45,501 0000000023865139cb21217f815d3372d75a1ca61fffe5ce7866ef8b402bef7d 0.00 MB 1 0
45,500 45,500 0000000015144e5f4f4726ef79ce347841c0b928b9a9b8ad37979cebd1743995 0.00 MB 1 0
45,499 45,499 000000000dfbafe143cfd599787f8545e049d4db83b0866a6798c70c42b01e90 0.00 MB 1 0
45,498 45,498 00000000277a528eab2d5c2e6aecc73279098cdc4eb111ca5dcd64b012ffb025 0.00 MB 1 0
45,497 45,497 0000000033bc65284d3c870c565de5a51a046ea2eb957aafd34b965e8bb144ae 0.00 MB 1 0
45,496 45,496 000000001b89b78b3db0da5eaba8e3ffc209bb04e506e9f6bd459c81c2c08458 0.00 MB 1 0
45,495 45,495 00000000137bb81e09435becdb49a67991881bb411bb9113c0fc0a7b87c7c85f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.91 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.72 GB sent, 101.51 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.