Memory Pool Memory Pool Refreshing

6,671 transactions
2.24 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
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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,588 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (27,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,203 880,203 000000000000000000020fc1cdb1a7e0ce61b115ce72de7420299d9694e8a74b 1.21 MB 1,300 5
880,202 880,202 000000000000000000012a88fb877ca80c6c4250bad1377642d110967ffcc10e 1.42 MB 1,000 5
880,201 880,201 00000000000000000000a653b9d06e81f3060a93eded94231618d7d6b35a04ce 1.97 MB 230 4
880,200 880,200 00000000000000000000c24207048564d7eda4924db42c6ba961184bf5b0e448 1.77 MB 2,562 5
880,199 880,199 000000000000000000025117c2179fb316db3666f7385db48e5a50a587f10edd 1.65 MB 3,421 9
880,198 880,198 000000000000000000014ed852ce45c431987021e824ff79b712f7cbc8ce48d6 1.68 MB 3,508 9
880,197 880,197 000000000000000000008da6306c96cb4543161260401d411e8a4a3d305b7cdf 1.61 MB 3,598 9
880,196 880,196 000000000000000000003e6d8561df6ddb531c1d7c6685ca8f360a150389f210 1.54 MB 3,383 9
880,195 880,195 000000000000000000011f616e028071a861e9f5f6685506a172340a6adb92e3 1.67 MB 2,732 7
880,194 880,194 00000000000000000001f61a7dce83f9f15e7c101af4a33f28e4fda1871862a1 1.69 MB 3,345 7
880,193 880,193 000000000000000000020fb738f7e248971a8d5fdf78fd8c20ba98354300462a 1.58 MB 3,827 11
880,192 880,192 000000000000000000004b5be2645da18d2247ea9b2818b5862ef0a88529cc5f 1.61 MB 3,353 10
880,191 880,191 00000000000000000002612d14643904fab690a42f6b3b78438bde6911cef3bc 2.11 MB 73 4
880,190 880,190 0000000000000000000102f90e3b8cb21eb02d7429f772108c77ce591aa53663 1.95 MB 851 5
880,189 880,189 000000000000000000016f84097179f1c9d7d9e4327755e5b562bee37c8e50df 1.89 MB 1,669 6
880,188 880,188 00000000000000000001b6e53e279ab6ae578e0419ddae275fdd2757c16f2109 1.57 MB 2,371 8
880,187 880,187 000000000000000000026a6cac966c38ddc7c385dca48ac06dc706442e602a6e 2.16 MB 654 4
880,186 880,186 000000000000000000007ac9c19342ae4be4945b23d1bd1e45c1bc626e9967c4 1.68 MB 2,536 8
880,185 880,185 0000000000000000000184e6d4bbf66560e5ecfa4436489de4b7fb57040de5f3 1.71 MB 2,357 7
880,184 880,184 000000000000000000012cc6d993999e8bd1514555500a958ee15e208529b8ed 1.92 MB 1,571 6
880,183 880,183 00000000000000000001131dfbbec7bd84f3d99a617f9db5f32f48187027ebba 1.89 MB 554 5
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.