Memory Pool Memory Pool Refreshing

290 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (787,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,570 120,570 000000000000a6f2b25ad95406ffb38e59597b791d8dfeacdf820c5d8ba53cc7 0.00 MB 9 317
120,569 120,569 0000000000007207ef1c094cefacf0fecc5f9d83e99acb4061d68096316471c7 0.01 MB 20 1,836
120,568 120,568 0000000000008e40a5f847cc57220f60859f90cda65a24aec65e28d1d7575965 0.01 MB 18 1,211
120,567 120,567 00000000000055f998018b6e1e0a1fcf46251e7a1aa6f77e6eae89553aecc7ff 0.00 MB 11 0
120,566 120,566 000000000000ae422acd305205c334aa2ce00e29c9da5c39d7ce2fd23df9712f 0.00 MB 16 400
120,565 120,565 000000000000b0ee0c19472d4595adb851d876d0f0c70d4e6edb55cdf05234ca 0.02 MB 43 670
120,564 120,564 00000000000003039fba148474206f0e6185acdbdd6463e339609d082e657076 0.00 MB 6 0
120,563 120,563 0000000000000af26b6b9259c1947ef91c50eafdf492e6b8250c788ecb33b6ef 0.00 MB 9 232
120,562 120,562 000000000000193cbbbda8f041166d5083bb2678a3058d219503dd9e41080fb9 0.01 MB 38 248
120,561 120,561 00000000000049192dde18aac4df4e120618918ac2617c22b7b11764ae9000f7 0.00 MB 10 0
120,560 120,560 00000000000073f6aaa763e482dafc115207e0f69ab03d8e3c5a9400a8139461 0.01 MB 12 115
120,559 120,559 0000000000003cace2b740bb99886c42e8f875e4b0ea6112f8e50a91b6dfb675 0.00 MB 13 251
120,558 120,558 00000000000037bd0ce380e26c6b55f3e3750835998a96da861e79cd3025c105 0.00 MB 7 0
120,557 120,557 0000000000003c71b6b0f77c01f4aa59c7333c1047f44c1cb6b1745a33d39933 0.00 MB 8 0
120,556 120,556 000000000000a0dbf42bd756c4ffa196512d2b82438942d3a803f23aa03514af 0.03 MB 45 567
120,555 120,555 000000000000aeea56415bbc5cd7c4fbb0ec71b56eb17cf5661e0083f4efdaa9 0.00 MB 10 973
120,554 120,554 000000000000116f0b8ae3575a3748c44dbb335384b2a84071a0e7ceab36a9c2 0.02 MB 21 374
120,553 120,553 000000000000b08ecce8603e374277665189f14f9e93a1325f1e8923cab68431 0.00 MB 9 340
120,552 120,552 00000000000040037d7421636de2c6c18c5c66108576c7bf5a2a8b471093d3b2 0.01 MB 36 749
120,551 120,551 0000000000000ec6b335aba3e0bf49e006838f674454929bcb9b4375c46eaf43 0.00 MB 1 0
120,550 120,550 000000000000073785aee9efce3849024407a20591c5c8060b9331428756d2bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.