Memory Pool Memory Pool Refreshing

4,045 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,923 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,709 (61 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,648 908,648 000000000000000000003593d7872b366d774d9881e87e02631ca2f293d45455 1.59 MB 3,128 3
908,647 908,647 000000000000000000011381cfaa29d303d226dd5b00b939c95ab05c75890aea 1.74 MB 2,493 1
908,646 908,646 00000000000000000000971cebf59da82d3db9112c1da31089348da6089c48cd 1.64 MB 3,600 3
908,645 908,645 000000000000000000017a14cf2abc7d1b64c61c363ebd582a920d7ce732f073 1.88 MB 2,603 2
908,644 908,644 00000000000000000001a683291faa0a4b192cef48b601798333d55ba189a8b7 1.62 MB 3,631 3
908,643 908,643 000000000000000000014a1860e1ac2da9ab6ee3fda366e683075e43002bbb6e 1.67 MB 3,498 4
908,642 908,642 000000000000000000019b2efcd5f1d14eeddf44c7bbd2ea7cf0df080d62ebb8 0.96 MB 1,310 2
908,641 908,641 00000000000000000001f385b7f4c167305a5649da72c7c18dde21942ef565d4 1.68 MB 7,061 0
908,640 908,640 00000000000000000001d55419dd68154d6395759a89df0ebb0f7ef4487a3e77 1.67 MB 3,691 3
908,639 908,639 00000000000000000001eb4f0085118454227dd558781409a4472410fe74b068 1.67 MB 4,475 2
908,638 908,638 00000000000000000001d531e2af194cc08b94528d0d72ddcc0757b2ecd0b211 0.62 MB 1,413 2
908,637 908,637 00000000000000000001304b8401305b6de2c8ed895e48921f9f99ce1cd7b00b 0.80 MB 1,077 1
908,636 908,636 000000000000000000014a314e1b7bb4aeaf780d6caa3d3f1e9e823d88f30e56 1.63 MB 3,410 2
908,635 908,635 000000000000000000004b1c355326f445e3cfa947dfe7457c6859a47250f2d5 0.11 MB 294 2
908,634 908,634 000000000000000000000c1a8e48265e8fb46f5310a200f64d09a0b8d489b7c5 2.43 MB 2,152 1
908,633 908,633 00000000000000000000615f92420c733aa75c4ae4fffa6c67e1f26b6bd106e0 3.41 MB 938 0
908,632 908,632 00000000000000000001f02615ba112b49128c178f9dfea2ef84b44e798bb47f 0.03 MB 62 4
908,631 908,631 000000000000000000000fea64fa85550389c46269dcaa30fe488ca68260bac8 3.77 MB 135 0
908,630 908,630 000000000000000000014f4186aa64d08ba4cb5bacf48775a9aaffa60e4bdb29 3.06 MB 1,535 0
908,629 908,629 0000000000000000000011cb5bbf6a96fd37dbc32fd6b4044b2fb9540e3b7225 1.51 MB 3,052 3
908,628 908,628 0000000000000000000044a1172c49004b61180744fd4b172ee25dcf233762c6 2.74 MB 2,040 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.61 GB sent, 102.04 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.