Memory Pool Memory Pool Refreshing

29,304 transactions
38.19 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,285 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,242 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,284 (407,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,539 434,539 0000000000000000007fd5fc97079511152ba89b9ae6e1f8d99eac63899b7b6f 1.00 MB 2,749 75
434,538 434,538 0000000000000000034e78d886fa3157fde624a2446a5dc8e24c1f7ade5fe6f2 1.00 MB 1,896 58
434,537 434,537 000000000000000002c0fad71bfba139e51d7a3c319e4f2c2762ec63379e5d69 1.00 MB 2,499 71
434,536 434,536 00000000000000000270a5178f07934db4eccf761c11835524a0d640832d39d7 0.35 MB 646 55
434,535 434,535 000000000000000003cb12b8d0a6c2a718e4243c6bddd65683be067f592bc4bd 1.00 MB 1,755 45
434,534 434,534 0000000000000000007ada4fc5f4ae55f2587ed0e2595c1a71a7c87a90b8df1f 0.30 MB 702 70
434,533 434,533 000000000000000001814a8a1e730ebd02d9970f27f4073f2f48868f14179465 0.98 MB 1,190 34
434,532 434,532 0000000000000000003225ae4798ad464dc783b012578d298635b7974495f60c 0.03 MB 85 57
434,531 434,531 000000000000000003c04b4d6959dd92cf91da69b025ec95b1fb1c79abefda34 0.99 MB 797 27
434,530 434,530 00000000000000000278e9f91b0bbaa33c1fd14af8684663b267ecfa486c7119 0.84 MB 1,932 61
434,529 434,529 000000000000000002488bb6191e03f9bcf02ea18a861b27bc1138cdc65f3a4c 0.16 MB 239 73
434,528 434,528 00000000000000000095fad91a67a5cd46022d662caa9220dafc0c5b1eef7eec 0.26 MB 597 72
434,527 434,527 000000000000000003e71dd9ec3818f491c6a5e8c898721b88d285c27895878b 0.02 MB 49 50
434,526 434,526 00000000000000000385e4fabfb609b538ef590aa4bf93f1b6a1f91b30befcca 0.32 MB 688 65
434,525 434,525 0000000000000000019873badc095c1a54f783bdf6a48886dee2cd3e27a30b86 0.47 MB 719 61
434,524 434,524 000000000000000002d5bbe9203fd4b6dcb013733a8c33c44f0a600382684ffe 0.11 MB 70 23
434,523 434,523 000000000000000003cddcede588d1b6ba6a4867ed100ebc0a2e0107f9f7a772 1.00 MB 2,139 61
434,522 434,522 000000000000000001b0dd42b50fddab31a8541f7c1cc9741a494b46af8b4f98 0.22 MB 396 54
434,521 434,521 000000000000000000bb98a1ff0f54766f5dd5091bcecc29e03785cc40c94f74 0.16 MB 390 81
434,520 434,520 00000000000000000361cfc5c923586d35de03930f0952aa0e458097d0a0ee76 0.09 MB 207 93
434,519 434,519 0000000000000000029d7716c0e9dab4aeb4ef8a763080f64abbded2cc9297b8 0.66 MB 1,160 63
Previous 10 blocks ↓
Total Size: 647.26 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,468.19 GB sent, 44.26 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.