Memory Pool Memory Pool Refreshing

9,876 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (43,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,782 863,782 00000000000000000002da1bd5df4cc3e68e531d1b7e7d7df51187de0e2fb362 1.74 MB 3,883 3
863,781 863,781 000000000000000000028d618080150f32c7a7aa25b3459e612bfd9e8e8a892d 1.71 MB 4,516 2
863,780 863,780 000000000000000000027ca2970102810d6a8f70dcdbb7f42e91a515b8defc12 1.75 MB 4,667 3
863,779 863,779 000000000000000000000d886112073f90150b1089954f527faff313d508208d 0.00 MB 1 0
863,778 863,778 00000000000000000002f3682b2b9b13ace9a83e06812092de6f37c7b6c2debd 1.70 MB 4,320 3
863,777 863,777 000000000000000000004d7e4380664019f86f06619e50e0217d64279f34f5af 1.71 MB 4,855 2
863,776 863,776 000000000000000000001cf349a87df8c16df39f3a2d17c0627a877e05290a2b 1.78 MB 5,888 2
863,775 863,775 00000000000000000001d023fea135985f5bd818c3452531aa9f7882e9442200 1.80 MB 5,363 2
863,774 863,774 00000000000000000001b3a46b5c0e37d7674572f64402c324fd368db449923c 1.84 MB 3,342 2
863,773 863,773 000000000000000000027621e01f728cb72a535aa278cbe8bef67efa4527f314 1.93 MB 4,342 2
863,772 863,772 00000000000000000002a38afecdbc7172540edddff0676901e5c96c5ea9c974 1.72 MB 3,144 3
863,771 863,771 00000000000000000000beedb46d1b1b8ca27db8eb174869243377c578a495b2 1.68 MB 7,225 2
863,770 863,770 000000000000000000005b49d10208a18721dcd528323f3e5fb1ad3f281065b1 1.77 MB 5,488 2
863,769 863,769 000000000000000000019481d88caf73024f4ff1e7d9e5063752ed17386ebafe 1.65 MB 5,039 3
863,768 863,768 00000000000000000002ace1379c24b6691819c59e46ae9e4acb7673c4e1182f 1.69 MB 2,493 3
863,767 863,767 00000000000000000001119578ca052ec5af9129810c92d03d6260773eb643b9 1.77 MB 2,427 4
863,766 863,766 00000000000000000001c6689e5b85d299b1683795f9d10fdf534c73c83043c4 1.73 MB 2,148 5
863,765 863,765 000000000000000000021fd0d023797c95537ce799a60db8e6e05c2e1259fee5 1.73 MB 3,253 3
863,764 863,764 000000000000000000031fdda90df16588115e8e495589f1074d7da57d56956d 1.89 MB 2,266 5
863,763 863,763 0000000000000000000120b70b59d1e57136de136909587fdfe0887ed9a8d4c3 1.66 MB 2,925 6
863,762 863,762 000000000000000000019993faebf6848dcefa44d08cd8dd3251e8b530751f15 1.65 MB 2,835 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.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.