Memory Pool Memory Pool Refreshing

14,105 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,245 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (734,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,560 173,560 000000000000010877853e6c8f116a9872f0ae7847748cd0a16bd0c2c7da630f 0.03 MB 58 138
173,559 173,559 0000000000000468168d286c0f3f85c98f3ecc4dffadf80baf656af06cb415b8 0.02 MB 61 48
173,558 173,558 000000000000003c89d0fb1a70dfe51b5f001e744d9d8b8ce39bd8c352863139 0.00 MB 9 414
173,557 173,557 0000000000000872f2608e3a2f782aa33be5335142cab7eb61fa5d7d63abd0bd 0.03 MB 79 135
173,556 173,556 0000000000000034e82b0900863931ff61aeea3d209c0c7ac56efc0383bfefcd 0.01 MB 26 218
173,555 173,555 0000000000000811c2322001c58b85db51cce7c0029587cc728638959547a4c1 0.04 MB 101 100
173,554 173,554 0000000000000298f72682d9f7b793e9a19f37fc39b01602530c0e44293a3a14 0.00 MB 1 0
173,553 173,553 00000000000002bd4985a2945416d10676e014af82d1cfa8d0a8a2e5ac805e59 0.01 MB 19 236
173,552 173,552 000000000000019f75aaff91e537dcc0fbedb2fe9de91fb9b9842784f515ad3d 0.01 MB 26 97
173,551 173,551 000000000000044dc71fb6bbb9f5059f66d60923fb5df188042ba6d3e7b7ee5a 0.01 MB 28 143
173,550 173,550 000000000000004183eac810ab31afc629ed9240478bfac555828730c6859ecc 0.00 MB 11 55
173,549 173,549 000000000000075bebc924837143005d4b1082adb860080579fb048f23c04ca8 0.01 MB 30 59
173,548 173,548 00000000000004cd34e0c14d5fd1887e968181b2dd0955b2ead1f21f8cdfa6d1 0.00 MB 10 84
173,547 173,547 00000000000000e879c53dc58124a1028c642fe6390764094389548a9743c46d 0.03 MB 99 124
173,546 173,546 0000000000000641ebc67769acd68ee23923128ddf967a795c0a0c90c511fa9e 0.01 MB 19 58
173,545 173,545 00000000000004e1f61e654149bb3fdf7faac7b06ff3d1a8d793e35fac10be16 0.01 MB 27 214
173,544 173,544 00000000000007f30d52c3e973d85a1c3b6462313f1ac9f8d233432d7dc887cc 0.01 MB 29 229
173,543 173,543 00000000000002c407d5fad59685e8a699078140148ea6335a201594e474803f 0.02 MB 67 129
173,542 173,542 0000000000000224f8856556f9440dc3d829bc5edf657cc6390f607a1057efda 0.00 MB 13 0
173,541 173,541 000000000000043f46551eb46beeaa5dbd52849976a8afbff2f69b8b990dc030 0.02 MB 46 84
173,540 173,540 00000000000001e85963c3c88658fd0a9e6421044cc659be6134c588ac1c700b 0.02 MB 26 23
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.