Memory Pool Memory Pool Refreshing

8,174 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,313 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (636,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,789 271,789 000000000000000088a23ea749725bc64d2181c99a567252324f606a0205da2e 0.50 MB 1,315 82
271,788 271,788 0000000000000001a8676b2cc54d44d39841c50e6f42729b41145d70aebe4ec2 0.25 MB 746 100
271,787 271,787 00000000000000060a201d016dd6acc392c5a2643c48cd892efb15a7d344281c 0.25 MB 544 37
271,786 271,786 000000000000000441adc297f926f00bc8461bd355f8731c324d4f48e202968b 0.25 MB 539 88
271,785 271,785 00000000000000020e50faee199fafe1116c21fe556a5563dde0c7b7a3bba921 0.37 MB 839 36
271,784 271,784 00000000000000009eaeca5f3865d0eea4b0cf532791bfb26379e7bd2e1e0735 0.25 MB 291 188
271,783 271,783 00000000000000054223be4b84cc7d65ba38779f59d91682ecdc33cae6a84cbc 0.49 MB 979 58
271,782 271,782 0000000000000005989ddb49cbf031e54a51948d33bea930fbe48900a70dbff3 0.72 MB 1,568 75
271,781 271,781 0000000000000002d1b7c0bbfd4c2154ce39e055942fef2028e5c33d9609e288 0.16 MB 361 45
271,780 271,780 00000000000000042b1b3e8ea93fe0d16b0ebfba460cf701feb68c4cdc30c53f 0.42 MB 690 34
271,779 271,779 000000000000000372de43e5f9f2158d664eb817ee6e29b5eedae9d3a0d52b16 0.25 MB 773 40
271,778 271,778 00000000000000056738baba2d1f0fb2638555529e0735e41e1ce9e0c946d48a 0.25 MB 553 190
271,777 271,777 0000000000000003ca8905d4a2fcffad385fb64c6f58e6cd5a2810cda6829c42 0.36 MB 688 48
271,776 271,776 000000000000000655d0760fc299f08e36b57eaf22d871a2e45dbfcc9bc5ff3f 0.23 MB 381 40
271,775 271,775 00000000000000042bee1c86ca2238c1eb9235f2dc9b996d5fe8f618b14fd8b2 0.50 MB 565 26
271,774 271,774 0000000000000005096af9a0a19fbeeaa704db7758ee5ba365a94aeb548c3b55 0.25 MB 411 24
271,773 271,773 0000000000000003d94a409bb8981e5651d025fd89ef58674441817ad152f1ad 0.50 MB 1,100 63
271,772 271,772 00000000000000028329f71ceba9d42cd3353cef5ebdbf04bb0ffcb7bada2c80 0.53 MB 1,162 41
271,771 271,771 0000000000000000876ec089374e9d13ddc46744dcfac6628ad88afcec16e3c0 0.25 MB 787 76
271,770 271,770 0000000000000006b8a4f76b8361956905ec31683b8a63aaf85d1dd9a974f4d8 0.25 MB 645 112
271,769 271,769 0000000000000006e190b6d35a825720918b885c5351cf1ae3a2281777bc45be 0.25 MB 733 84
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.14 GB sent, 94.17 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.