Memory Pool Memory Pool Refreshing

2,973 transactions
1.24 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,644 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,498 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (852,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,781 55,781 000000000376014c86ac29d5653a8b541bc4c3720ecd74f00dbd1a1a6823593d 0.00 MB 1 0
55,780 55,780 00000000105b58f32bef46fd1149b517dd191389d94d6c75556f08000783124d 0.00 MB 2 0
55,779 55,779 0000000007e49725b2421de363ac110f5485205baafa4d1c2c8feef128fdf9a4 0.00 MB 1 0
55,778 55,778 00000000062dd78802a52b0a81704ecd84c91b100489161f8bbf1d8a9140287a 0.00 MB 1 0
55,777 55,777 0000000013a52d2489788db268a0d8c70d0b54385819936dd5a779c4223b077f 0.00 MB 2 0
55,776 55,776 0000000010643b81bb910facbd42d94f3db75058115fa0d0b61b9a0d5adf50cd 0.00 MB 1 0
55,775 55,775 00000000035e959d68ea64db1bede3ebb8ccb70d0490adf1939a7aa79e591b09 0.00 MB 1 0
55,774 55,774 0000000000a80a57947928a1d50c375c530b0b99548c054a611ec488d13e4c27 0.00 MB 1 0
55,773 55,773 0000000006c13a26849e0f1c992f85cdfc7c59d3e7bfd70ece793aff68216abe 0.00 MB 1 0
55,772 55,772 000000001365eb630f104f74e58f2d333056615ffd03a94c1ecaee8bd0822d6e 0.00 MB 1 0
55,771 55,771 0000000008b2bc4cb973dc3c0d780f9606c9b58626651ffaa6ec50066b786f2b 0.00 MB 1 0
55,770 55,770 0000000001de65d0fac274e724eb993b53a9c2f4b51867cc7df6beced57e626f 0.00 MB 1 0
55,769 55,769 0000000002214a25d935a6519f91f26a2803e3dcf787d7fd427e147444cef76d 0.00 MB 1 0
55,768 55,768 0000000000c8a1517adfef106e87fbaefd6e99d244cea13084270b2111e0bb2f 0.00 MB 1 0
55,767 55,767 00000000056028b5579d1b37aa9ffbc08e18546736f499fc920a6f049951ed2a 0.00 MB 1 0
55,766 55,766 0000000013296aae8d8a642e1f0ccaf9fef25ef368fbce067af430d0f489bcc6 0.00 MB 1 0
55,765 55,765 00000000095b04142bceb9f4977b618866ed3cba3cc934cd055c68f4eaa0fc2a 0.00 MB 1 0
55,764 55,764 00000000126401486da3c94b83bb757847135bc0a61fc2a46e577e8738a66a80 0.00 MB 1 0
55,763 55,763 0000000006e3af0c52cb684fad18e789aa1e37dc9f9d2598e4d567fab957276a 0.00 MB 1 0
55,762 55,762 00000000112b5e6bfb91197912370c52a0dc5fe66bd67a2189710d4c67753ecf 0.00 MB 2 0
55,761 55,761 000000000bf2ac662bf233496c26e824cf6036af09470d34ba5f52d5b65bf0d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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.14 GB sent, 101.38 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.