Memory Pool Memory Pool Refreshing

2,500 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
908,241 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,385 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (790,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,333 117,333 0000000000006daa0561ba928011941a80a384a14ed67a7bb5346b940065d076 0.00 MB 5 736
117,332 117,332 0000000000002eb2ccbd6d5e95b92261cb6adc28d54fd415437eb6cb38a7b9f1 0.00 MB 7 0
117,331 117,331 000000000000c8619b2150b4beb08928c4845eeb874f2b510c261f5e9bf85ccd 0.01 MB 25 1,961
117,330 117,330 00000000000008e0a7ca4657c118b551f2211e913555e8047647083635b83b15 0.00 MB 2 0
117,329 117,329 000000000000170143a8e930d0ee2f347fc6699f42c74514917f844e34aecf15 0.01 MB 24 974
117,328 117,328 000000000000acf7d4a6e9c9bc7ba89de1682f58a1febb9b04cc449883d10f6f 0.00 MB 10 708
117,327 117,327 00000000000012cff4c55af35100ccaad463ee324999ef453c1765915aa1e853 0.00 MB 1 0
117,326 117,326 000000000000650b5f7191897a7ff873cc0f2b1c8bb27f36a4e04a8eaf086444 0.00 MB 6 1,360
117,325 117,325 0000000000007d0064b43499fb2760e1b888d1750dfcbfda25e109bcc9ee8bba 0.00 MB 2 3,891
117,324 117,324 00000000000037b4ebeae615a6579f6e78c7054d5a596a2c7c290066d9964447 0.00 MB 1 0
117,323 117,323 00000000000029fb178f2a7bcc36a2c178c9a820820ac864e5d2e4d9e23c5933 0.00 MB 11 0
117,322 117,322 000000000000194336abc009bfe9504b14b84de801e02dfbb412df052275b343 0.00 MB 12 705
117,321 117,321 000000000000ae7e5ef288a5ba3bd352b166a01fd748c93c3eadc74b9098d3a1 0.00 MB 8 1,010
117,320 117,320 000000000000b335bbfd884c03bf41180d01d21ca02f386e258568444df29912 0.00 MB 5 0
117,319 117,319 00000000000045903d94da63af0da16cb32dab88dce898bd7860420de040c585 0.01 MB 18 472
117,318 117,318 00000000000005458146fbc6ee4e70c78184b1408aec72f2228ff02a6f915b0d 0.00 MB 9 0
117,317 117,317 0000000000001252e8b31d8705952525b86d7a50cc1e83893693c3c6c5066fee 0.00 MB 1 0
117,316 117,316 0000000000009bd43922f553c654391cd054578a1e6589dfd1cbec74483c6f50 0.00 MB 11 0
117,315 117,315 000000000000a2b19028bfe2fc75df84674a4694af8ff381503c786f46672124 0.00 MB 9 613
117,314 117,314 00000000000085b2935e2394465ca6b20c50822fd928cea2cd70b660a0a039c1 0.00 MB 12 339
117,313 117,313 0000000000001950a780355101e6185b9657237096be642555c28829ba5532f8 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.62 GB sent, 97.85 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.