Memory Pool Memory Pool Refreshing

1,347 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,332 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (708,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,534 199,534 00000000000002529abbfd5cc30afb23bfcbd38aeb18052139155e0669864585 0.01 MB 27 120
199,533 199,533 00000000000002c6027e5f5c5221a5048f31a11abd3b5cd6bcfee8e78086f5d2 0.04 MB 118 154
199,532 199,532 00000000000001d88f0f824e4035797769bc6ab3700827d966abb8ddb96a5fa3 0.22 MB 693 121
199,531 199,531 00000000000005395618a484809a0f6601a936b4bdc24c7810becd779605ab9f 0.33 MB 1,071 53
199,530 199,530 00000000000005bae0e0c0d62c0d2770c79747f3bfe50313296ffa28948ec2fd 0.03 MB 53 124
199,529 199,529 0000000000000236f3e394c833513356981fca652b2c1b04e23fc65350d29697 0.01 MB 43 175
199,528 199,528 00000000000000fa69f38c6e7c91bd7642d69c7d50e0beea5d32129d5d64993c 0.01 MB 18 521
199,527 199,527 00000000000002631aba7b426b1806a13517e363c818aee64b4a2b64b66b5888 0.05 MB 99 432
199,526 199,526 00000000000002838315667f59831b2cbd6d99caee425679f2d088209045f29f 0.01 MB 26 125
199,525 199,525 000000000000039f98c0d8008c146ceeb9fae9a1f2bfab395709c55eff2d4022 0.03 MB 49 98
199,524 199,524 0000000000000257b4509b5d21c122102af2c3bbb6be5ed6bface366dd62732e 0.03 MB 112 10
199,523 199,523 000000000000033f59ce40ffee200324a55d77e00a0ae943ef0339a15823b6cb 0.07 MB 162 107
199,522 199,522 000000000000037aa685554b78d2b26bd9f87c51f3fe2e8dcd047563824b19cc 0.41 MB 1,024 74
199,521 199,521 0000000000000565af56e5e5f92492f86463180262f808e27536c267e8668cb2 0.05 MB 114 123
199,520 199,520 00000000000002ad7500f3f595a87b6a5fb7afdc1bd3ee86b3f0f9ee804cb936 0.01 MB 32 0
199,519 199,519 0000000000000409081268e6bba52aa39fa744a100bb4aa578f76119fc5a2064 0.05 MB 122 101
199,518 199,518 0000000000000493db59e957160a94496b5a5f76b15b48df66a1e145388b5123 0.13 MB 317 178
199,517 199,517 000000000000007828503cd3b08694dfd42d767b6eade61eb8b9a2aa879a5dd1 0.06 MB 179 141
199,516 199,516 000000000000050cecc244cd0c490f2a1eb284883843a7835ae00e76aa3661a0 0.00 MB 3 97
199,515 199,515 00000000000003527243951584811b2cc30225b4bcce8a1fba070a080289f89b 0.02 MB 49 251
199,514 199,514 00000000000005020427bf8029d166e00bc1028a425e19ede5266f4c4760f210 0.04 MB 95 70
Previous 10 blocks ↓
Total Size: 769.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,650.09 GB sent, 95.80 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.