Memory Pool Memory Pool Refreshing

3,273 transactions (1.30 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (830,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,552 78,552 0000000000567ab6f9d0e6b049b3add3a90f72811c9ecd62cea0a1438087c2a0 0.00 MB 3 0
78,551 78,551 00000000001ca4b4d6bdf0c17aa68b6ac4afe463ee102e84ce37763d6b731acb 0.00 MB 1 0
78,550 78,550 000000000028ef4d007aa0738b74af0ad1722119c4275c6dea297fac635c4655 0.00 MB 1 0
78,549 78,549 00000000005a11bed8c5dfbe0f691889239f98fe40482a9dd3ed76f3067c87cf 0.00 MB 2 0
78,548 78,548 00000000005572045f28ff32ca1a7f337530f3dc37759965eb36d86995cf8629 0.00 MB 1 0
78,547 78,547 00000000002bc45e28d93bea794c2bed07f10f9921ad08ef6831d79674bd78c4 0.00 MB 2 0
78,546 78,546 000000000016e7d1260a46e58ab7720d05f864ee86fcba9e41f859373efcf237 0.01 MB 9 0
78,545 78,545 00000000000683dea100abcd3383c62d618123e264c70e3733fd4d10764f0013 0.00 MB 2 0
78,544 78,544 000000000021fb285c04f97bc9567f1c135d4f3421c0c3d7db0a5a4596d18f0f 0.00 MB 1 0
78,543 78,543 00000000005b5669277e5bc5b1996d565dc72eca87670bd219648d0bd9dd0c85 0.00 MB 2 0
78,542 78,542 000000000056b9f9cf2b4a3787f7a30f9242359c5c316e57f7cb24f5348a1883 0.00 MB 2 0
78,541 78,541 00000000002bd559897803abe0ec06524ad739891098ae3e1f00d84e7c4c33d7 0.00 MB 1 0
78,540 78,540 00000000000b3d175df7f127d94506ef621b186eb00d843a3bbe4e463f0b5de4 0.00 MB 1 0
78,539 78,539 0000000000431162f419cf2f1f2bdc0f35a14fc96bfe1cc15a85a84ee5162ebb 0.00 MB 1 0
78,538 78,538 00000000004ec0dc867e9864303dd8c1647829e261a6b40a1436aecf909247f2 0.00 MB 1 0
78,537 78,537 0000000000128e4fedf7f81f60eef29edca31790f4adb5cbe919f41c731dd821 0.00 MB 3 0
78,536 78,536 00000000000a1d9c74d09802725aa40490689caefac0250ac09bbd010b6e6d8e 0.00 MB 1 0
78,535 78,535 00000000005eaccf84ad48e30914ec51136b5514337fca1bb8ce025b8f38e2ec 0.00 MB 1 0
78,534 78,534 000000000061a8cdb2df84ec4e04923040a198fbfb546cb1273a4e1d2094fc15 0.00 MB 2 0
78,533 78,533 0000000000640d05b69ec62aee9433b90c88b51ad3683df8d597a84b248b5694 0.00 MB 1 0
78,532 78,532 00000000003ca070554d0684e4273bcdc3a782c441a8ff37018189ccaddd8a74 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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.53 GB sent, 102.63 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.