Memory Pool Memory Pool Refreshing

237 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (471,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
436,354 436,354 0000000000000000011356503fbdfc12d49cce0b0dc3ec0f4884cc67cc6b43b1 1.00 MB 1,797 77
436,353 436,353 000000000000000000883a0817f034b34f0ce26e9337356893924a88e165c4b5 0.79 MB 1,842 77
436,352 436,352 0000000000000000012daaa43d94e7e9b0e221224f5d59089f641343179e3173 0.20 MB 212 61
436,351 436,351 000000000000000000124843529f51e3a6aa1dd548fc7bb4ec4f1f32dea96a70 0.99 MB 1,234 24
436,350 436,350 000000000000000000f8f36f91106cf870417a93016339f922932ebbabb55d60 1.00 MB 2,234 83
436,349 436,349 00000000000000000021abebe725638135a24093d3f880d5f619630a2d22adbd 0.10 MB 195 68
436,348 436,348 00000000000000000394cdd249da284ed9b343ce59678525a1af677de1943ca1 0.99 MB 1,644 47
436,347 436,347 0000000000000000036a5cb3e5a935ca6f777dd8eca5aebe9f507b4aeb43f803 0.56 MB 1,401 70
436,346 436,346 0000000000000000025f5b0a305f5189f2e44619d202880c8fd299e4cbe51dc8 0.82 MB 1,830 70
436,345 436,345 0000000000000000001862a32a45eb35bebc04655c0f5a1e652ad1de705a9e2b 0.24 MB 526 73
436,344 436,344 000000000000000001030111e85a4fb103662fbf56fcb9c3bc65263ca6a0e554 0.42 MB 983 66
436,343 436,343 000000000000000000d6182054822f4fe852a7efd8c2452a1692e2c1b2951a75 0.75 MB 837 29
436,342 436,342 0000000000000000041dd60b7db586781ea780965f3750594a5cef970bb72068 0.99 MB 757 20
436,341 436,341 000000000000000001a74ed7f2a21dd8450772178db4d119ceb1bd75a92fb478 0.44 MB 1,184 66
436,340 436,340 000000000000000000d8e72d4403814e74c72fdb77cf1b9207ca1f21086c34aa 0.08 MB 207 190
436,339 436,339 00000000000000000021e043743ac2bc0260af53590bf99f11d152276a5da835 1.00 MB 777 16
436,338 436,338 000000000000000004336ffec168897b4b01ff6012d0e06d7f6be26d075aa4bb 1.00 MB 2,145 66
436,337 436,337 000000000000000002f55840c2cadc46dc6d40a78c3e00bcb0fdbc5ed4bd952d 1.00 MB 2,742 71
436,336 436,336 0000000000000000034a15ed81b318c536e4157d70d630440465b71e5578bc96 1.00 MB 2,634 92
436,335 436,335 000000000000000002401ef2cd00dc368b3e1f3608dbd944c6f170aa6a940fea 0.31 MB 526 60
436,334 436,334 000000000000000000097ca97e38d10d9c9ee9dcf5134ea5680ee80d1b8c41ab 0.93 MB 2,113 45
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.