Memory Pool Memory Pool Refreshing

4,293 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,687 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (775,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,646 132,646 0000000000000866aa20dddbe72980831a985d8088209dfb4e4894b522ea32bc 0.01 MB 16 1,540
132,645 132,645 0000000000000033b48e9272665051f5ead703fd7968cd086a6c5d9391ddb917 0.03 MB 63 631
132,644 132,644 00000000000005a8d7be8ad9b451abcb2d3e5735cb07956111b20faf477c7ff2 0.00 MB 6 206
132,643 132,643 00000000000002f38ac0388ba0f19cd4c1186ec760155031b18783e2c0b71e8c 0.03 MB 72 268
132,642 132,642 000000000000050ffc31a0568bde1bf58fdc1740be8eab327f3ccc1843cade1c 0.02 MB 37 122
132,641 132,641 00000000000012cb9715a7ace38d887fdbe287ce3172bb7f6086ab127a82d6f0 0.01 MB 29 125
132,640 132,640 000000000000124d0c58d0e0d28ae0a87cce413facf0ee884bdcb955009b0050 0.05 MB 122 544
132,639 132,639 0000000000000cbb360f51d458d4e30db1c4354ee8fbcfe158bc4a4356a16f3c 0.00 MB 10 608
132,638 132,638 00000000000006ba1109dd1407293681f198d11178d69591a6b9ac605fedcedb 0.04 MB 34 39
132,637 132,637 0000000000000c3f5139eecbb4f313147abd8b019ec4cb7489571687cfc0b3e9 0.00 MB 12 33
132,636 132,636 0000000000000224977f4455e7c006f08c495c0ed11f6efe8ec347c1674f2a74 0.05 MB 87 227
132,635 132,635 00000000000009ddb8c8701ea11f306e46d52d12dd54c9e9c34db0c3bee30348 0.05 MB 138 538
132,634 132,634 000000000000016852ce19998680720ad2dbcb7ec1eaa009f563e68b33af6884 0.00 MB 14 857
132,633 132,633 00000000000002217c7d090df31f594994ff602a0e230cc2666e4cd8b755e8ba 0.05 MB 67 143
132,632 132,632 0000000000000f822a6b20bafdb0a3a95ce46be57a2f207cd15cec090b12b4ee 0.02 MB 28 235
132,631 132,631 000000000000125e0f637008c3ebd8718f9fb335ee838bf7eb5d8e2d781c3d6d 0.05 MB 95 191
132,630 132,630 0000000000000e5e75a4f4ba7b38296b6955c08405d830c2c4684d55226680bd 0.01 MB 14 1,406
132,629 132,629 00000000000002d5c785eb156fee1db42af6d31f3f247bed298bcf7e805af6f3 0.03 MB 66 968
132,628 132,628 00000000000006d47e62e7722299a49a1ee30c8145a475f892313f431789ac80 0.00 MB 7 19
132,627 132,627 00000000000004535ac81a30e5eebc87ceeec2c5c13062ed8adff4d8255fbf24 0.01 MB 16 1,500
132,626 132,626 000000000000000656934a6e144ba3360b4f35d67f489e1e4c033fd86454ac40 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.