Memory Pool Memory Pool Refreshing

995 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 972 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (746,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,119 161,119 00000000000005481a0df41addc95d097391e4ae31448f630fb7b36c816cee7b 0.01 MB 29 37
161,118 161,118 0000000000000751624cf4babff50b7ef10abc2e35628a00b31e4a613bbadb7d 0.14 MB 43 49
161,117 161,117 00000000000008d72f0621d17038c3bd6867065fc9c43b040f6deb67b64597c2 0.05 MB 112 22
161,116 161,116 000000000000079fa52690fc2bd3a21abe2de9b7d1f2df6c7360d04bc9deae61 0.01 MB 23 316
161,115 161,115 0000000000000abb632dd3fc87bcb47595168f8fed332f9b95ed6e8c8e20e572 0.02 MB 43 153
161,114 161,114 0000000000000a15fbdcf53517e8471da841426f7bc7de1e6e798211438623de 0.01 MB 23 125
161,113 161,113 00000000000001c63781bca5e8926e2c9dc94e98ac09e1d1d80e8f45f649959f 0.03 MB 44 371
161,112 161,112 00000000000007cd03f41aec6680d8e944bdfbc10e373e37a60f9cb87d7c1ab2 0.01 MB 16 123
161,111 161,111 00000000000005d03f8ae1187e45a4b4aeb1ad015c2509b662194abdfb3e5cfb 0.01 MB 49 7
161,110 161,110 0000000000000d79d1e437dbf6673fcaee93883a026ed73533ef82023461a033 0.05 MB 119 42
161,109 161,109 0000000000000d5a4304abc181faf461c1e70d925bf321381e556a22c541eb6a 0.05 MB 39 153
161,108 161,108 00000000000000c9efd826ddda1e0d4ed01f5175317f0daa82439c55ccb92505 0.01 MB 39 734
161,107 161,107 000000000000014743fee261ed252c6b318892f83592e997ce77ecffb0a7edc3 0.00 MB 9 36
161,106 161,106 0000000000000d5a7388bdab28ba5b53821597d214e83c0c7bf2c5773a3dcb1c 0.00 MB 7 0
161,105 161,105 00000000000001d49053f7dcc3028079c1c41d1b990ecb2cec5385f70a659be3 0.01 MB 9 28
161,104 161,104 0000000000000d46838bbf3e95d659d7455bf4f8431e6591af0dd93084aa6da5 0.01 MB 15 6,444
161,103 161,103 00000000000001a33a8409d069469d1346ec77a3b2718789315cce9d48746ac1 0.01 MB 22 73
161,102 161,102 00000000000004d38db2e997a2c9389804df7b43313094a4657ec4187bfbbb4c 0.04 MB 52 917
161,101 161,101 0000000000000589b7dbd82a3d41e843d376c0f5739da49bde76a05adde8d0f3 0.00 MB 1 0
161,100 161,100 000000000000049077f1a8346ebdcdf668eb3c46c1c3466c8239b8563b94749e 0.02 MB 72 39
161,099 161,099 0000000000000b0c7a13abce2bd2ca3b5772ab133f2139070c47004b87d282e1 0.05 MB 117 92
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.