Memory Pool Memory Pool Refreshing

4,970 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,429 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (33,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,225 874,225 00000000000000000000e21c0827f50912b772017cb5a011f7962a3e2154b821 1.46 MB 5,758 14
874,224 874,224 00000000000000000001922df0a2715517fbaa6d2adc00729add39390b434367 1.44 MB 5,871 15
874,223 874,223 00000000000000000000f1d86029b06af40eac9b073d8a11933a800bfcccd430 1.53 MB 5,448 12
874,222 874,222 00000000000000000001b70947fa2909c53a604e68a0fb710240a45838325c8a 1.44 MB 5,307 15
874,221 874,221 00000000000000000002b0c7263fae285d383472a7d7e0518f7201603e7277e4 1.42 MB 5,383 16
874,220 874,220 00000000000000000001ed9b658e934b9ad4d918007f4131c88a9a8806583557 1.42 MB 5,222 20
874,219 874,219 000000000000000000022c98f8b39ed297cbc12861330e482660c05dfdaba0ec 1.44 MB 4,900 18
874,218 874,218 00000000000000000000efe16fb949b06d888382d28c808a8347bc2b8e56a36f 1.45 MB 5,607 18
874,217 874,217 000000000000000000008954f76eeefef62e3d0a124c60059ee88ae8b427dc38 1.57 MB 4,944 9
874,216 874,216 000000000000000000000e0c9fd46cad74ffda445cd9bd551f27aac8cd18b3cb 1.61 MB 4,465 9
874,215 874,215 000000000000000000018f943616eeabb107b2be9e4e679c8d842e4143c028fc 1.64 MB 4,146 12
874,214 874,214 000000000000000000024a00c5446a754491428c12b564c2edabd4acb3d3971c 1.62 MB 4,009 9
874,213 874,213 000000000000000000029b115bacedec89c005edcdaa6ea02ac45770bbb9646e 1.58 MB 3,297 4
874,212 874,212 0000000000000000000136774f16ca6ad6b4701a04cf9fffb45ebab5cfe8bd3d 1.69 MB 4,182 6
874,211 874,211 00000000000000000002b54422e910b6baff5b65c61f558f7b9abb955bb35aec 1.72 MB 4,533 4
874,210 874,210 00000000000000000002076d0fe2147c2a11255f828b276f9c2e8b19b13107d3 1.67 MB 3,131 6
874,209 874,209 0000000000000000000052f32c4721d3d6102586c9a726cea752304bccc5a9f3 1.40 MB 2,520 5
874,208 874,208 00000000000000000000150e4909fba452d88e63cb036ff6ef71eb327fb7bd16 1.61 MB 3,444 6
874,207 874,207 00000000000000000001834493f3f67a67fa31c8b626e152daf83ec73b40a501 1.65 MB 2,884 9
874,206 874,206 00000000000000000001c8766e3b302b75d4cffa3d92039fd634807327d900c4 1.54 MB 3,718 5
874,205 874,205 0000000000000000000046cfe5f9b978508b3f057a882cd90c251fd9f3bd82d9 1.42 MB 2,441 6
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.