Memory Pool Memory Pool Refreshing

3,829 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (495,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
411,960 411,960 0000000000000000040c0b4e0bfd00c0c73ddf37f3949d8d2033a99c182c519f 0.61 MB 774 49
411,959 411,959 000000000000000002e4658a45cbba7154b404add0a277020e98cf1aa2b11567 1.00 MB 478 15
411,958 411,958 0000000000000000052de5bb29c1b54014a1249a04aa58070391416448da4374 1.00 MB 1,301 31
411,957 411,957 0000000000000000010df7b8a91a4b23c2249b2a7196bd4081cfab77ffc155d4 0.93 MB 1,809 48
411,956 411,956 0000000000000000048846949cdbec7660efbfd42adb2dacae6af183aaeb524f 0.99 MB 817 24
411,955 411,955 00000000000000000443d43b5116b437febca3d8585e75b3ab680fc2730d01de 1.00 MB 1,082 18
411,954 411,954 000000000000000003c65c04a91440863f9248b9e67809dbfcea1b299d939dd4 1.00 MB 1,770 55
411,953 411,953 00000000000000000567009232b2388f33132a552112b3f40de0298bdbc0ca5f 1.00 MB 1,841 33
411,952 411,952 000000000000000003ee955e4daf9296f62eef5e42d61d5e1bd3387090354e2f 1.00 MB 1,725 39
411,951 411,951 000000000000000000e7c8c378381949be96621a0957a760c5574a866d575471 1.00 MB 1,841 29
411,950 411,950 000000000000000002062ee41c2b0901cdcc9dc254e7d7a6914d2bbb72fad055 0.99 MB 2,031 63
411,949 411,949 000000000000000004f4b6c0a90c8596a2de645c9a83a8c1ed2e2923fbd2a912 1.00 MB 2,463 50
411,948 411,948 000000000000000003397063e2e262b77eaecdf111976263ad71d7e58c7bb66c 0.99 MB 1,582 60
411,947 411,947 0000000000000000044491de82cf9b3299bc139184a7395bd8e2381734c15e31 1.00 MB 1,295 47
411,946 411,946 000000000000000005808fa5c915c926c8e597cb81366c363d1646d94cac0f11 1.00 MB 2,283 68
411,945 411,945 000000000000000002d3b8f695f0e7dd9a45472d596bf3ae404dbfc8f1a57e9a 1.00 MB 532 39
411,944 411,944 000000000000000004f093cc466a716b088e6a7fc625c266ab4222cb79109d86 1.00 MB 2,419 46
411,943 411,943 0000000000000000024d3d3aa0313d6deba90924b801053d9c4abdb819e6bc9d 0.00 MB 18 122
411,942 411,942 000000000000000003263812007254f4c13eef06c1ccf508f9d6dcf2020fd4b6 1.00 MB 3,141 71
411,941 411,941 0000000000000000019d7f57d7b9dd5e4d36b16dd0355f1cc30933fabf4dcc12 1.00 MB 2,963 100
411,940 411,940 0000000000000000057fcc708cf0130d95e27c5819203e9f967ac56e4df598ee 0.81 MB 1,098 28
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.39 GB sent, 94.28 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.