Memory Pool Memory Pool Refreshing

8,013 transactions
2.67 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,312 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (494,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,790 413,790 000000000000000003615102a62ed26288a82bb5eec09bab79147340e6091b11 0.93 MB 2,147 52
413,789 413,789 000000000000000000d331372be85c5324f2c070fc00a48d5d96ac8270e43118 1.00 MB 946 23
413,788 413,788 000000000000000004eb439ce33fdb8fdb1db8e9fa398db12f5b8e9efc2da69b 0.86 MB 1,591 49
413,787 413,787 000000000000000002a9e75ae5341ad7d032cec4a559477c217a3ac2a8162493 0.46 MB 693 47
413,786 413,786 00000000000000000156224bee6339b01d95269791f591feffbd506b4a481007 0.09 MB 188 35
413,785 413,785 000000000000000001620267c4f2074ee43519216ebbbbd6fbe76e087433f73c 0.98 MB 1,748 44
413,784 413,784 00000000000000000315a485b40f4d63161f112c97df4ce0064864817aa3c179 0.40 MB 736 52
413,783 413,783 000000000000000004820a2273edbd9945dced78126a34333cd669b52399271d 0.53 MB 1,006 49
413,782 413,782 000000000000000002a08b411903e623ffc4d0e95f9e95552c24da8fa089890c 0.32 MB 347 45
413,781 413,781 000000000000000004ee167313e23516db5a4d8e065aea6d6727da694341b19c 0.54 MB 526 26
413,780 413,780 000000000000000004d13523ee2f0575b8aed5d05d7b1e5d46911753bab4ee39 0.22 MB 395 44
413,779 413,779 000000000000000004e57f2bd66b2843a29360050b19a4c3baf3c105e7c08fed 1.00 MB 521 13
413,778 413,778 0000000000000000025e893471c4950e8d9c18deca6d7b9540d11541262510b6 1.00 MB 1,327 27
413,777 413,777 00000000000000000540626c1bda04d7560cce05ad910b03d1b1c95112f06d29 1.00 MB 1,940 30
413,776 413,776 0000000000000000032baa51eab62257ca0b44d8e50e608c112a434d3d4ab054 1.00 MB 1,563 59
413,775 413,775 00000000000000000181a93ad4d259fba91df46891badfa21d9476bb58fb94a2 0.00 MB 10 93
413,774 413,774 000000000000000004dfba8584c0139455d40985fafaa86c296870119e42a987 1.00 MB 1,992 50
413,773 413,773 0000000000000000013885ffee55d17fba3e4fc01320b808a719038664e7a049 1.00 MB 1,202 39
413,772 413,772 000000000000000002afab4e40cd50f452d2491151d13a650b6ca70ff215d9f4 1.00 MB 2,172 78
413,771 413,771 0000000000000000027f168cf64e7ea49854b0734f5c76442cb22d8657eece8d 0.99 MB 2,197 46
413,770 413,770 000000000000000003ff42c61017c64d42fd2907dbe7638ba1aba0e90c794085 1.00 MB 2,335 70
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.