Memory Pool Memory Pool Refreshing

5,954 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (51,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,664 856,664 0000000000000000000110a8442f922ea223e96ced7340787819dd032554440b 1.49 MB 2,828 4
856,663 856,663 000000000000000000016776ae6ee39a0cc14e64e81fe86128ec3af05d8d3976 1.56 MB 3,539 4
856,662 856,662 00000000000000000001e380048df995eeada0fc8d98d996e9f2d8d93c2c78cd 1.65 MB 3,290 5
856,661 856,661 00000000000000000002dd580385d030aadd7902692f1d47ef17a4c42724f379 1.64 MB 2,505 5
856,660 856,660 00000000000000000003148e81050f88b16fa9fd0f8d72a9cffb68c6b4a7a77c 1.42 MB 2,638 8
856,659 856,659 000000000000000000029759a707575f77991c14e9fc235d51b4e8e25d74b0f2 1.54 MB 3,398 9
856,658 856,658 000000000000000000022648f21f46ea08a811af8d73443d73953ceb7ad8288e 1.51 MB 2,891 6
856,657 856,657 00000000000000000001291eaf49dda27a0d5a0913be2fa2bb8b048cf741d2f6 1.64 MB 3,896 6
856,656 856,656 0000000000000000000165594f1e98100cefdcf7be056aa979b355822e90711c 1.49 MB 3,042 14
856,655 856,655 0000000000000000000207ba3bbe379109fc82d3b369c6bb288b12dbe7ad6a55 1.63 MB 3,739 5
856,654 856,654 00000000000000000002376abfa481eddf8606edef0c161588f68e5c4216a8e9 1.78 MB 2,705 4
856,653 856,653 00000000000000000002f69f6098a9a38b3a4f18070c023e749a7a58258230fe 1.60 MB 3,222 9
856,652 856,652 00000000000000000000ab227f8f24850658919253735b9ddd24e6571acf100c 1.64 MB 7,765 2
856,651 856,651 00000000000000000002e2d4646f33efc1d99ef9b444a0dce26719e97c2265fd 1.56 MB 7,336 2
856,650 856,650 000000000000000000011c6668eb45da590a4298cd72a79663209d30e94293bd 1.63 MB 6,629 3
856,649 856,649 000000000000000000027e40c903fbe36596fc10a7d3d5249c5bcf19a0c18d34 1.64 MB 6,950 3
856,648 856,648 0000000000000000000151a307938265a6eb2e05f2ae84d1095bdd42e63a20ed 1.53 MB 7,022 3
856,647 856,647 000000000000000000011bd165abcbd4c69f1af7dfbc3a0d1aa76e2b843fdcee 1.65 MB 5,215 4
856,646 856,646 00000000000000000000d9b9fbce0c67105a3b05162446bbb9782ac73c1b99c1 1.59 MB 5,116 4
856,645 856,645 0000000000000000000154f22673dedefab9d4c48b0c5a7246cbd9c6743bef5a 1.43 MB 7,531 2
856,644 856,644 00000000000000000000ecb50f9ed95196fad6dfd22b6ccbb7e100c5d5cdc042 1.63 MB 2,736 5
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.