Memory Pool Memory Pool Refreshing

6,549 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (372,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,792 535,792 000000000000000000199d673fc4a2a5a790fc00e5293f15299660c8617ec007 0.30 MB 338 35
535,791 535,791 00000000000000000025372312f30d3985e6df2efb0cdf98f03997b613e648f8 1.16 MB 1,574 11
535,790 535,790 0000000000000000001fe334058772abcdc6cd97ec49656956de8c4ca2640338 1.17 MB 2,484 11
535,789 535,789 0000000000000000002d456852ff279b63207426722e2381f2f6a82ac273cdb2 1.15 MB 2,681 24
535,788 535,788 00000000000000000006447962d3bb8121c7cae24523b859ac61660f955d7a16 1.16 MB 2,238 28
535,787 535,787 0000000000000000000e5a75f0c9856c6c518c47ef1fcbef4afa188db09a1415 1.18 MB 2,381 30
535,786 535,786 00000000000000000012b4b317ef9b27e0bae54d14aabffc6191fabaea7fe544 1.10 MB 836 6
535,785 535,785 0000000000000000001abc6162b263c85dd6434114ceedf3dd34b7e7483ea05e 1.52 MB 580 2
535,784 535,784 0000000000000000002898e4ba328e366523f0f77c9dde8f5f99d433698ebe41 1.16 MB 2,038 8
535,783 535,783 0000000000000000001f2487095dbf096795a1d9b725b428fdaddb5d891dca10 1.18 MB 2,301 3
535,782 535,782 0000000000000000002d34a3e2aa906b928462f9a48528ef2ae576e252471440 1.17 MB 2,343 16
535,781 535,781 00000000000000000018b75bb47ea536302fde37ce6fbb5699b013e60e9b6b80 1.15 MB 2,498 22
535,780 535,780 000000000000000000201c663cdbab2c1623b20b70106aff9eb4f33a20627206 1.06 MB 1,004 12
535,779 535,779 000000000000000000131f7abfc836907050264cdfc46507ab05c5fcf9e71be3 1.10 MB 1,781 22
535,778 535,778 00000000000000000011a7da471b0f3670bad19f501133b8d4fa3d96a035cc70 1.07 MB 909 39
535,777 535,777 00000000000000000003c21e826a5e74224378b01f8150e48c1809bb4656faf6 1.00 MB 478 45
535,776 535,776 00000000000000000021edbcddf382344c412c1dc9de35399fdae592d65813d7 1.04 MB 749 58
535,775 535,775 000000000000000000085ae71bbe0ad21c79e9feb16f54f11859221b96465792 0.09 MB 189 42
535,774 535,774 0000000000000000001f79d9cedae0ab9bbfc251095d1103ef8cf38924c6a723 1.18 MB 2,535 31
535,773 535,773 000000000000000000002d9d9e4a39d52897ff99fcefcc6350529ccd643941f7 0.00 MB 1 0
535,772 535,772 0000000000000000000e06fb51b5efdbeed2402740786d58b8897e8b2f4e62dd 1.17 MB 2,157 10
Previous 10 blocks ↓
Total Size: 769.28 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.59 GB sent, 94.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.