Memory Pool Memory Pool Refreshing

8,517 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,201 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (756,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,125 151,125 00000000000002c7a7479c15f7ac2a8c1d47a1d3dcb078c6de3174e87ab709cc 0.03 MB 90 138
151,124 151,124 00000000000001908187d7f946b094ccc5abac2ea53b477cd09af434477940d8 0.05 MB 107 437
151,123 151,123 0000000000000183c36016b44459619f004c6650950f00cc8eb507de239076ce 0.00 MB 12 16
151,122 151,122 0000000000000091e08342badb3b8c252e2368eeabb523d0fc846eb1a06dd273 0.01 MB 19 192
151,121 151,121 00000000000001bf9bf8f584b75c438d9421f7a0b26a70a89f803ea27be45361 0.01 MB 41 7
151,120 151,120 0000000000000435d91e928a739f9586a7c364ce911ecf26412e487df3dc4b45 0.01 MB 29 102
151,119 151,119 0000000000000a8927cd469a761e8f459aea2830019497baad3affbf32ecdbfb 0.01 MB 22 192
151,118 151,118 00000000000001f4d2729efac62b6cedb8f5f70f6eadfc49a995c5473644089d 0.00 MB 12 0
151,117 151,117 000000000000011bae78456d166e0b8586fa498f6b1d8491a3c0b6863c5260ef 0.02 MB 51 386
151,116 151,116 00000000000001a0cf1e80dac4f4cbf0292617a46d880783e20f185943b4776f 0.04 MB 49 142
151,115 151,115 00000000000001626e3949825e8f4d323b2b4425ab76c2993e5444165dc32e60 0.02 MB 35 227
151,114 151,114 00000000000004a0cea6d8001e20ef475b45670a2adac76d04c225d69f29f07e 0.00 MB 13 354
151,113 151,113 0000000000000968032b238fdb97e3eb261d9473fcccbfbd8eb429af65cc838c 0.02 MB 64 23
151,112 151,112 000000000000074cd6f5249d4b4f1a3a3bd7a9e9e823c7bcd0fbc7e3486c43f5 0.01 MB 35 1,039
151,111 151,111 000000000000006bbb9b86a9e43178d94952aabe865edd3a4e2a89427073ab87 0.01 MB 26 285
151,110 151,110 0000000000000a5fb7bdcbf9ba271a986f59b98666c739a7a8c4fe5d2e1f2b75 0.04 MB 100 118
151,109 151,109 000000000000009772aac931cf91f77c25d39e2272d5248c6f5a9d3766b1d7f7 0.00 MB 15 55
151,108 151,108 00000000000004c91fed0cdfa04da23b26aa463cd07a5b119ce7ed6f9ad219e0 0.00 MB 17 100
151,107 151,107 00000000000002431a412103c8eeb929cc2f725b05609bc749606dfd8d6d157f 0.01 MB 20 88
151,106 151,106 00000000000007784dafbd2a6847a3e71647b506488b5a5cb8b01a702a97546c 0.01 MB 30 81
151,105 151,105 00000000000000788bffbc9ebac80f9457ff79b88cd5b2332e0c4e21db2e9a1c 0.03 MB 80 65
Previous 10 blocks ↓
Total Size: 769.24 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,634.99 GB sent, 94.12 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.