Memory Pool Memory Pool Refreshing

8,313 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,969 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (824,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,623 83,623 000000000011c75cdd0de3274e1a7a90af46943de38c332f7c1182dc178a433b 0.00 MB 3 0
83,622 83,622 00000000000774fa6e8f8285aa0a985f68e9fe71d5a56d2858edaf9b05282781 0.00 MB 1 0
83,621 83,621 0000000000205960fcafcb1a2ed29c4cd59b95c1af7cbfb3983d1bdf5eaa2e30 0.00 MB 3 0
83,620 83,620 0000000000249fd2300b47b59a688ad34e685b9e085bf01d032dd0d145a7bed2 0.00 MB 2 0
83,619 83,619 000000000011d8c4cf53d51b66df0cfae74796f674baed6ff8e52412506c919e 0.00 MB 5 0
83,618 83,618 00000000001f6e0c4bfc780101e32156984ada5e9b77036b9b71c483d5360c47 0.00 MB 3 0
83,617 83,617 00000000001bdbb2b76f2c191f3268a27c6270ab9f8e323cf8454148fff16abd 0.00 MB 2 0
83,616 83,616 0000000000086ae9c48ef28dfb1a30792828a73be8e7baea53dea72b0ff263ce 0.00 MB 3 0
83,615 83,615 0000000000059c9dbcf587a19c13d5e87a4e0e54b6fd5e39a255b90c0e6a8c47 0.00 MB 2 0
83,614 83,614 00000000001296031a844c47879da3a7694455388db87a7687f1bfcff1d82265 0.00 MB 1 0
83,613 83,613 000000000015d7397952a243354b60a6248887f784173709a2a120010ebcee75 0.00 MB 2 0
83,612 83,612 0000000000281178fd4eff4bbea8282ff0db4480cf11a07e242891690446293f 0.00 MB 1 0
83,611 83,611 00000000001e03545e47bc38def5ab4b98348550ef8d4f34ce032d2308e81f85 0.00 MB 1 0
83,610 83,610 00000000002c680c49bbc0035a75b85eb9fbb6363987d23be0a50ea081fb1211 0.00 MB 1 0
83,609 83,609 000000000004e5dd4e0ff280c20e6c6668a418bf801aa54da34baabf5da376af 0.00 MB 6 0
83,608 83,608 00000000000af885b38b861f09d9067c45f1de5c3637351a2413baf8307119a9 0.00 MB 1 0
83,607 83,607 000000000020b7dded51f7b0424a039fb0629c1820e5adcb1a434f0cb955476b 0.00 MB 1 0
83,606 83,606 0000000000110a3ba4c1b32b80221c83dff9f02ad3ea756bc9b5c9b90426e694 0.00 MB 1 0
83,605 83,605 00000000002d39744b89e7e2ff4d2a68929d9a0aa56144be00b3f8349fb2bdb4 0.00 MB 7 0
83,604 83,604 0000000000027e62ef7c1fe6ad7f482b9b5ec8f6848262112458bab276e713ab 0.00 MB 3 0
83,603 83,603 00000000001d56ee2bb79ed63819edf583d25967290cacf79667cd24e4fbfd37 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.