Memory Pool Memory Pool Refreshing

46,812 transactions
36.34 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,381 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,008 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,380 (155,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,312 694,312 0000000000000000000e16eb6b0e7e5e80566bbb29750b550e5ffa75bee3467c 1.05 MB 729 2
694,311 694,311 0000000000000000000906c6016fb4fe6cd7621b585f987b5545078cde1cfe41 1.40 MB 1,673 7
694,310 694,310 0000000000000000000223d96a35d2b389975b5ce80b8e732043dac8ed4235de 1.34 MB 1,395 9
694,309 694,309 0000000000000000000022e703974d026f26a1beb5b0ec4abc8cc6a9f772f1d6 1.46 MB 2,631 9
694,308 694,308 00000000000000000006075b629be6ccde56ea100fcd146b51ddb659a3e791c0 1.36 MB 2,476 21
694,307 694,307 0000000000000000000f8b3825885394cf2f18b50bad2f411b1d9463bac6800c 1.46 MB 2,609 12
694,306 694,306 0000000000000000000cd141193f38b87304a64945cdcb5a9188a06b3c6ee2f7 0.09 MB 153 13
694,305 694,305 000000000000000000131e9677aabf7a74f6bea2dd22ae6a84a789ef40bccacb 0.24 MB 478 13
694,304 694,304 0000000000000000000d3e921a76f619db65fd18318904b6d986bddbb21e748e 0.28 MB 527 15
694,303 694,303 00000000000000000009a85ad287334356749275bed72f55e16b399177d8acde 0.09 MB 233 23
694,302 694,302 00000000000000000010e2a25587515cb3e4b0cd5b45056e654c6f45a5edae7f 1.06 MB 1,784 11
694,301 694,301 0000000000000000001147436f367f701ebbb935db5c735bc4d3f98ec42166ab 1.22 MB 2,149 16
694,300 694,300 000000000000000000011f7bd1908fb1cd8d341a00d1eb46c1c4cf14cb401abc 1.39 MB 2,138 10
694,299 694,299 0000000000000000000801f5c19d41d50ef03cc0cc235b008b0b991ef6dc165f 1.51 MB 2,883 10
694,298 694,298 00000000000000000003c514f16bd3f4f5c65470e0a280037e6cf0d252f678ac 1.42 MB 3,061 22
694,297 694,297 00000000000000000009660d8ad9379c56c8a7876539bf17e37ba133df793af1 0.04 MB 123 19
694,296 694,296 00000000000000000003a1b4176f03a7bab516890db4ce3548808a601225e378 0.98 MB 1,100 6
694,295 694,295 00000000000000000006309b663b1d4a3d2bf9da0813d5eb2e88338b099002ee 1.25 MB 1,951 7
694,294 694,294 000000000000000000103ecb14d968e29eb60e3bdc696cd19e4382fcbeb38b94 1.50 MB 2,650 21
694,293 694,293 0000000000000000000732e4cd059ed9fa66d675f49057994588a3499e9c3631 0.70 MB 773 4
694,292 694,292 0000000000000000000f52a7119cbc1d28366483acd8b0e6744e5d6bc9f9d4e3 1.50 MB 1,981 14
Previous 10 blocks ↓
Total Size: 660.34 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 79 incoming
  • Data Transfer: 287.86 GB sent, 0.99 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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