Memory Pool Memory Pool Refreshing

3,083 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (22,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,595 885,595 000000000000000000004bcba531f699232acdf30a6b976aa2051fc54c51ae5a 2.16 MB 439 2
885,594 885,594 000000000000000000027cbb77b55c7c302823aedd122bbb85f42d1ace656e83 1.89 MB 1,813 3
885,593 885,593 000000000000000000003d0ae4a858721f4daa2bc7cdb97e2036fc8d6059211c 1.96 MB 1,467 3
885,592 885,592 0000000000000000000103cd5f7783aa41a790f524fc639fc7f8a05541119cca 2.15 MB 373 2
885,591 885,591 00000000000000000000c2915b2d8e849f78989818fd4e91a889303318a596eb 1.81 MB 2,083 4
885,590 885,590 0000000000000000000107dc928676fb90b9ffdb5e1d2ad9888a053016546af9 1.65 MB 3,456 4
885,589 885,589 0000000000000000000153c46fc2f0034645c77d455adc32df3da6bd2f369e4a 1.58 MB 3,803 8
885,588 885,588 000000000000000000003b057693638c6177d0292016d1eaa3036541604ba64f 1.94 MB 1,052 2
885,587 885,587 0000000000000000000047bbbf35c94e9b52d03c09485fb58eb3e35cc8cfeab3 1.83 MB 1,158 3
885,586 885,586 00000000000000000002287fa9d0a0ead31166ae93ff8e2b71fd2735ee3d3bf8 1.86 MB 3,124 4
885,585 885,585 00000000000000000002381fe39629604dac639f499cc56c65ac6ab5832de2d8 1.71 MB 1,964 4
885,584 885,584 000000000000000000011c4d0422e4f6ae273c002f16e6effded8669df804b46 1.77 MB 1,945 4
885,583 885,583 00000000000000000000fa3a1c6b5e65ef3caffe520d8d39afe176dfeba07ff6 2.16 MB 1,490 3
885,582 885,582 0000000000000000000194adade9ba7d0f3396a08b19e87a960cd033309df2e2 1.71 MB 2,984 6
885,581 885,581 000000000000000000017a0519c0334120c23cbbff882ef4997b015aa1b8b28e 1.64 MB 1,822 4
885,580 885,580 0000000000000000000101f5f840445ed4fee44e7d2a4673a5a624302c20746c 1.46 MB 2,913 6
885,579 885,579 000000000000000000014b3d15b2d2aa4a0bcc851a77351467f46837134f8a09 1.55 MB 3,649 8
885,578 885,578 000000000000000000011935c85687ff281ab8ec01500f9f1d4a380fcf5fc336 1.65 MB 2,814 5
885,577 885,577 000000000000000000026511ae21c6d78180a02fd2a6a2937fb6328b8ff575c0 1.26 MB 752 4
885,576 885,576 000000000000000000007642cbb448f861e690285ef0bb352f3accb41d96e32e 1.03 MB 164 4
885,575 885,575 00000000000000000001f86a867bf1ce2cfd167633d33c2b4a8eb9883b33d312 1.56 MB 3,202 7
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.