Memory Pool Memory Pool Refreshing

2,099 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,914 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.68 vMB 2,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,913 (636,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,795 271,795 00000000000000064f33a4fc89c4a38fffd34b91031d3c52791c6ff0de112194 0.20 MB 397 51
271,794 271,794 00000000000000009570daa4dc96f2ddbd4469ce26e7123a2cb522ce21ab36dc 0.22 MB 435 59
271,793 271,793 0000000000000002535c8111dbaf8cd438368aa62bdf1c37b01b21050efeda84 0.07 MB 141 28
271,792 271,792 00000000000000024f397c124d1fc27d5c4a73f1cb427650110efbb05d5bf86e 0.09 MB 250 61
271,791 271,791 0000000000000001d2f7df1281f91d2b6c7fbb759afd785d7b738326a7b637d0 0.23 MB 277 34
271,790 271,790 000000000000000459b26404c74e4af9563eb2749a781b64c99238f789631f0c 0.25 MB 392 34
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
Previous 10 blocks ↓
Total Size: 769.38 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,644.08 GB sent, 94.84 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.