Memory Pool Memory Pool Refreshing

1,535 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,523 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (718,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,597 189,597 000000000000084f0759680cb0910f1b60e67b03127756ec9eee515a528c6727 0.05 MB 83 166
189,596 189,596 0000000000000489228da8bd3e0b936656d4e84c3d146882557ed5dcfedee875 0.18 MB 397 127
189,595 189,595 000000000000049dd377c5fd3d8648248a56e6e8c4f40a4aa3e8e0eba5df7ce6 0.05 MB 162 313
189,594 189,594 00000000000002d20a9138807b2da9a54b8e4edf72a5029d71e9cea471cb9e36 0.01 MB 32 71
189,593 189,593 00000000000005e4c5f597ad6371449f5eb53d0005bacb7f34ea1de657c13a33 0.00 MB 12 15
189,592 189,592 000000000000047a486b111bcda7e0897901207591742ce5ada33bef84c90e54 0.25 MB 484 102
189,591 189,591 0000000000000088e5ea55d9634ccf0f1c16caf421782af4848a6ed9da592a28 0.12 MB 387 173
189,590 189,590 00000000000007d3716c6bf81d0792b1f148beb7ab4564bba2f3a27838c98273 0.25 MB 501 122
189,589 189,589 0000000000000202fd5de4a88cc18e7713ad310741033235b9d2dc54245d9c60 0.05 MB 140 176
189,588 189,588 00000000000004d63bdf68bcaacffaaa558684327edf42d0d91d1dd589fb4de3 0.05 MB 92 146
189,587 189,587 000000000000047268d9a6bcd63f11c3bef0b873b75ab061d20db7b463959b10 0.00 MB 11 14
189,586 189,586 000000000000024d42f482fef781e1742c116f102b350a4731bd5bbd5b906fc7 0.00 MB 10 47
189,585 189,585 00000000000008653059fb5e3856a0dc3bc789898a625623c719499241f526e9 0.00 MB 10 0
189,584 189,584 00000000000002c3cdfe4c2b90b268aab6afc258ebb7030a5a2ee143d7eac6df 0.17 MB 512 175
189,583 189,583 000000000000048269399ebf2a2fe94178aee641e3cf55ce0991582ffdcd4e9b 0.05 MB 117 517
189,582 189,582 000000000000059d3c6b7f6f90b21d083915a378e1d9260b369a5a8a0f1cd6c5 0.11 MB 256 121
189,581 189,581 00000000000007885f8b8143e3031a7385433ccf07997f822dc88beb22f658ca 0.00 MB 11 15
189,580 189,580 000000000000075d50d3a3c3b1da9c4241244299cf378274829209d9443463c7 0.05 MB 137 97
189,579 189,579 000000000000070a709cd8e6fd489883e2a07358a2c3944b909171aee37c9769 0.17 MB 412 144
189,578 189,578 000000000000058f5208742f3d948db39b9de7b9d603267a49b42993290bf3d0 0.03 MB 44 73
189,577 189,577 000000000000022307a178c8c7c2c6b53a85b79b85f27ee52555f875501cf30d 0.06 MB 128 77
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.