Memory Pool Memory Pool Refreshing

2,911 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,319 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (892,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,541 15,541 00000000b856b752df28a43d1f782addc63685892163d027e69aadd68805e3ed 0.00 MB 1 0
15,540 15,540 00000000892629f6e0cc3eb2f1dbf2e92b4cc13a1063bf00fbb9d8b0cfa494c5 0.00 MB 1 0
15,539 15,539 000000005d60270037c559974b32251ffeb3b4c55afd518caf9ca0feb9e4781a 0.00 MB 1 0
15,538 15,538 0000000073c38c754f398c06cf829bcbbbeb5002357843450d30a53f0b21ee5d 0.00 MB 1 0
15,537 15,537 00000000afeb80a8e05119c8b3695e69a5c934d222ca33c83fbf622b25079e5c 0.00 MB 1 0
15,536 15,536 00000000a09ca874784ba133f63defe2b549b85ad0cb2e3c8ba5088eae935c7d 0.00 MB 1 0
15,535 15,535 0000000038d264ca8f7886b85e0e6be8bdf21210a808749f97bfc1d8ff1514d5 0.00 MB 1 0
15,534 15,534 0000000020ca24097df21504f0937ea54049106c2cf682778965266f887d51fe 0.00 MB 1 0
15,533 15,533 00000000024540357b696631726222958d22b45561cf1d2e33a547fd67762f97 0.00 MB 1 0
15,532 15,532 000000000c65eeb16c1fa4e0177d6ad8fe3b6ac6c7c0f13e3b8f666e306cd239 0.00 MB 1 0
15,531 15,531 000000005312fd226cc5f29264910252ca7e91862205ec74b52d84eaf0aef7b4 0.00 MB 1 0
15,530 15,530 00000000b96383b4fa9fc8b435cf809cd1b75ca959f5133aa502a10a507cca14 0.00 MB 1 0
15,529 15,529 00000000df323535280c39bf8096c80ac9c2b1089739c0b6fa993b72ae58ef06 0.00 MB 1 0
15,528 15,528 00000000b5c354096ade46b37288a0c48e62a80c35771cbfd26a29702392aea3 0.00 MB 1 0
15,527 15,527 00000000a769097c67a65c0dc0ccb65b9332bf6c5c94d5ae4b1c414bed7f2749 0.00 MB 1 0
15,526 15,526 00000000d1f56e8723add1a3acb510c691c688f5b0988fef781ef8b1efe74f4a 0.00 MB 1 0
15,525 15,525 0000000070901d7266d470fc53fc50e6cd0373c355b4bcd84791bf6f1cba4550 0.00 MB 1 0
15,524 15,524 00000000b43669f197d87a52368361f3e179e7787894969ce7a447b1c27c10d8 0.00 MB 1 0
15,523 15,523 00000000290519557ef68e23a567299c2b6a683917e97fc2950397583e203158 0.00 MB 1 0
15,522 15,522 00000000419713942dad0d58f8eefbf7fef513db636242303808961f02fdafb6 0.00 MB 1 0
15,521 15,521 000000008e29c33d6af649242451f6642e9df3c6bd146e74d8e5698357d66a9c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,842.27 GB sent, 100.38 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.