Memory Pool Memory Pool Refreshing

3,152 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.87 vMB 3,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (497,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
410,790 410,790 0000000000000000018000f2a781f8251a1a254ed61173bbfa700e1e14c71f4e 0.25 MB 579 41
410,789 410,789 0000000000000000036d1bba6edc1913b2849fc11a2e2760899ffd3b20bf7947 0.02 MB 60 35
410,788 410,788 0000000000000000007aa79ea79a8cb657a7087caffee1f6bff39e4cafb93151 0.86 MB 1,130 29
410,787 410,787 00000000000000000612e2591205163d999fd3f5ee8424ee13c041aa7c22ea6c 1.00 MB 2,343 58
410,786 410,786 000000000000000004c0d56260431c4644b4db75cd279358d96ac4068de3ab71 1.00 MB 2,899 57
410,785 410,785 00000000000000000109c9574f61e9a9dd0682be7dd28caa6a58aa382c0a6fb4 0.12 MB 319 35
410,784 410,784 0000000000000000033cfd8f270f9f0c42b92b6edf4491e8e2c5fa507190c2ba 0.00 MB 1 0
410,783 410,783 0000000000000000061d4cb71bcbd6c27cd9490245a4a43027aa54a59b335341 0.07 MB 104 30
410,782 410,782 000000000000000000475e501870bbfee21a1f514e62634b68250f85a34796ff 1.00 MB 1,205 20
410,781 410,781 000000000000000005bd9022377c36388759ff623e72d9ec8e32f27a12b8bcdf 0.09 MB 216 35
410,780 410,780 0000000000000000018d6b2960f807e06e46ed5ffc2f069abdf084e916d67d1e 1.00 MB 185 6
410,779 410,779 00000000000000000014422c059ea14e6fdac8e000d1e7be5e79a6ff11776fe3 0.00 MB 16 88
410,778 410,778 0000000000000000026de996ad636e1bb2ddb5c4d7f4812c6af49a17970d4132 0.36 MB 773 34
410,777 410,777 0000000000000000061817713c601ee0b7226d0b1ef2a7bacf4e94fc2c36f0dc 0.42 MB 803 31
410,776 410,776 000000000000000002a237837241702f1696fb3ee615b3620b389057e5699aca 0.22 MB 516 36
410,775 410,775 0000000000000000019e82eb774d3256856afdbf044c4f16f34a7855d33cc2a9 0.57 MB 1,260 35
410,774 410,774 000000000000000003df36694131def5d52bbb60ebea4236a43a32957a1ca217 0.08 MB 207 33
410,773 410,773 0000000000000000013c5a9c3227aa311f5f2a37adbdee3070f0a7db9d59afe6 1.00 MB 2,010 30
410,772 410,772 000000000000000001fdd42a309bf2898c6b34a6af3be319a4f38e2edb1a0a9c 0.19 MB 454 37
410,771 410,771 000000000000000004129a4fe72b6af981a0a8524aeab60cb86cee30feb35346 1.00 MB 2,083 34
410,770 410,770 000000000000000001bba54efcf96d36fe1ee240b3b283ecbbf0e38127c8418c 1.00 MB 2,223 55
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.56 GB sent, 94.33 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.