Memory Pool Memory Pool Refreshing

7,968 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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
907,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,658 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (811,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,649 96,649 0000000000015420635edb0ee126408de529467991820607d3a669952cb9580a 0.00 MB 1 0
96,648 96,648 00000000000575cc1047cf1880ebe9cbd6d55b6f4aaa6d87cf9d9557c1f96c29 0.00 MB 1 0
96,647 96,647 000000000005746f2886c777c2449ee025745a71b182d9f93e29f0a32f9112d6 0.00 MB 2 0
96,646 96,646 0000000000063460a1101bd19462a13e526d78195fecf83f15b1b79747964a41 0.00 MB 1 0
96,645 96,645 000000000001bc4d4cd7b843075b25b6da11adba0895439b0d7bcd6fdb46e396 0.00 MB 3 0
96,644 96,644 000000000002374c8ab8b7ed55e6ad9fe75237a07ab3b1b115ab151b5853ca9d 0.00 MB 3 0
96,643 96,643 00000000000200f6b4dcd93e56a1c629bebbd0d188fa60f6f0a8fd3d7748fd7e 0.00 MB 1 0
96,642 96,642 000000000002607bc29958b73bc66e43d5484aa85c979da88a22bd9df845a79e 0.00 MB 3 0
96,641 96,641 0000000000046293bc5e31cc9c63b0c124b200cccb1a0415550f478d3afd7d66 0.00 MB 1 0
96,640 96,640 000000000006520456bfea221785f88ef24df36532d3d243e444e7acdc2909d2 0.00 MB 2 0
96,639 96,639 000000000002cc435d9350d2896e56ac5b9adfe965fc21e24d6fec3adf295899 0.00 MB 2 0
96,638 96,638 0000000000015e5417333f68943316382c26aad7e8b9d71935ca322c85b1c806 0.00 MB 2 0
96,637 96,637 000000000005869c591daf6fa2dfd4277dbd5ff2cbed2592676cce644e3afd1d 0.00 MB 1 0
96,636 96,636 000000000000313e4674efb86df03c5f1873ebe884ffdc8b82f3418271bff20b 0.00 MB 1 0
96,635 96,635 0000000000055e79d81a2435177785911507c35d9474d2ae8ded2bbd0750a789 0.00 MB 1 0
96,634 96,634 0000000000072c994706034c6f0ea7ac6052040b264137c2c0804fd2d6c90b2d 0.00 MB 1 0
96,633 96,633 0000000000073b12c89c34c5673a48a8c6d5f0cfad9dc3a0a9536a16b95485e2 0.00 MB 2 0
96,632 96,632 00000000000297201a603aee192ff86eadb614b38d14f2d4b5b378cd401d75e3 0.00 MB 1 0
96,631 96,631 0000000000051f8b97a9d454a27bf07af4e9c210ad6d0e8aadf6d71680c46f94 0.00 MB 1 0
96,630 96,630 0000000000065b7f466a5c229234a1a7f261c2c6b633552fd2f312cc7c6427a4 0.00 MB 1 0
96,629 96,629 000000000004d96d9c564f2e0186383978c186410c573c302a7378faa926f6e2 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 768.96 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,615.44 GB sent, 92.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.