Memory Pool Memory Pool Refreshing

3,534 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,756 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 3,532 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,755 (830,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,488 78,488 00000000001cc16a7fe4ecedd9a46b9b79db70db8964b6179f70694fb45986f6 0.00 MB 2 0
78,487 78,487 000000000036b24b8c7cc579836eb5b009fd2dec8159c6e3d2cd6f18eee88346 0.00 MB 1 0
78,486 78,486 00000000001d44e03d9f42eff01ef6857a874ef0d812686b2186b146ec67ae35 0.00 MB 1 0
78,485 78,485 00000000004c9e1601bb921df29936f9a76b8f92b28b28c61766e331ed74d62f 0.00 MB 2 0
78,484 78,484 0000000000238a87fc7fa2517b9ff4920c7c62fef8c66b95f8d74c1fc432eaf7 0.00 MB 2 0
78,483 78,483 000000000029af6a77bc6a453ec9403b261efd35737ab5e5e51ec994e83ad43c 0.00 MB 2 0
78,482 78,482 00000000005915d39a194520bf6aa40a54b8804eea266e03a09b3c2be3b1194a 0.00 MB 3 0
78,481 78,481 0000000000586cf6ace5ef4e6be4b42b295bbf9218ee7d86ed9a52d0da1238c1 0.00 MB 1 0
78,480 78,480 00000000005d3974ab54858153474b265b36984fa4401519e8ed7dd2bc2589a0 0.00 MB 1 0
78,479 78,479 00000000001ee51d09ee28a26eb649a94024bf482742dd566d11dc36a6d3f2f3 0.00 MB 2 0
78,478 78,478 000000000006a5467bb066c1d0fa76dc1dddfd4299b6fdb329be1dec6c1da427 0.00 MB 1 0
78,477 78,477 00000000000dc8e3959f693085a9e8e834cb179e11076fc8a93a2827a504c8b6 0.00 MB 1 0
78,476 78,476 00000000005bb3df2a7bee0f3eea70208559b81c026a94475777c342e973844b 0.00 MB 1 0
78,475 78,475 00000000002c381b7b8dc6b7748904a98ae07c79ac68d6a0d7c512a5b1bb9695 0.00 MB 2 0
78,474 78,474 00000000001112dab2e6f9c2ef186461ab1a3dc8b856b9b860406923cc0f465f 0.00 MB 2 0
78,473 78,473 0000000000421a53a51fc8286170ed72351822f62773ff80e6dd89c7663ea5d0 0.00 MB 2 0
78,472 78,472 00000000000ba08ebaa95dd82bf7fe8cf0c047f5ccaf770161f54f76b29d3037 0.00 MB 1 0
78,471 78,471 00000000004817e74b1f4c0a4937e707d53eaefe8fb6a5a7ee06272479c9fba9 0.00 MB 2 0
78,470 78,470 000000000036a90255e4ed904a90f56d3e1945664f965c0ed8021525888e6c1a 0.00 MB 1 0
78,469 78,469 000000000052f24d4de1033486a93fb0c4e0a31857bac3bf5b1ccd7832034e04 0.00 MB 1 0
78,468 78,468 00000000002bc0cf0d1cd0fbd0111eee3698ac073f72aa1403839945d04eb5c3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.11 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,856.26 GB sent, 102.53 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.