Memory Pool Memory Pool Refreshing

7,643 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (577,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,407 330,407 00000000000000001accad50bf1c85e75f25a8ed45dc7e5d8f091ea2f6d30a60 0.10 MB 164 23
330,406 330,406 00000000000000000788eca10eaa37ad18c28bdb7b1abd0de580c77bb9e5dfbc 0.17 MB 245 19
330,405 330,405 000000000000000002d445d11051e3c55dd7c083b8a0ed2c38808cddb3d433be 0.44 MB 681 27
330,404 330,404 0000000000000000090fc723e88fc12543e328dacc9c5d59664a10dd5e11f4c0 0.30 MB 356 35
330,403 330,403 00000000000000000f042920df8624863d81505642ab57672a63a31eae574aec 0.31 MB 630 26
330,402 330,402 00000000000000000f35ea2188ba71b7364a8c78cd49506b723e97e8f8ec19b7 0.72 MB 1,071 24
330,401 330,401 000000000000000018c41597156e39ecac7065bf5057905895bcd151d0b5ea4d 0.25 MB 512 28
330,400 330,400 0000000000000000098489f89ce82579ecdec919f9a4f5839d6cb6ab8066c4f7 0.21 MB 512 33
330,399 330,399 000000000000000012904f2aa262b69e75ed0afd7c890203a3388175ebe086f8 0.57 MB 787 24
330,398 330,398 0000000000000000000ec659ae1c3c8128039c526023cd94dbbbe1d1803b9523 0.12 MB 195 21
330,397 330,397 00000000000000001186f6fb748ba0dd52a937855451bf3b1e7b0c4bf4451e3c 0.10 MB 147 22
330,396 330,396 00000000000000000ee1d26bcc7d442070c1bd08129e753bdd7dc733b9664731 0.31 MB 499 24
330,395 330,395 00000000000000000cb1b40ef6de588ad0b6a4f4d18929b8cc2e31e12aa0c317 0.58 MB 705 24
330,394 330,394 00000000000000001ac3c994c31793f56350372d04535f5004ed00263c5b1601 0.49 MB 866 28
330,393 330,393 0000000000000000025e6c1553f0f36538430623984a8d53a093937e29c0f4ec 0.19 MB 308 26
330,392 330,392 00000000000000000a0879ce9effc9eeaf659d34ffb5444bc032ce1eabb43836 0.12 MB 235 24
330,391 330,391 00000000000000001a0a87f231a40e13217d6d532a770bad2f045f74cea165da 0.82 MB 1,110 20
330,390 330,390 000000000000000012e67a18b39fc1284960d60eceedd527f197cd4eebcd3ab9 0.35 MB 1,020 38
330,389 330,389 00000000000000001a2e8c235438d0351d7b44f3cb1e3fb39d495fdcd885f262 0.26 MB 399 23
330,388 330,388 00000000000000000d61fbd0001a82706380d6b9ba5a09011097a6e9b967bf65 0.12 MB 273 26
330,387 330,387 000000000000000004e095af8556e5c6c116c73bd9a586993d18648cf6df2fdd 0.01 MB 32 24
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.