Memory Pool Memory Pool Refreshing

9,758 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (8,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,622 899,622 00000000000000000000f2256c08a067eb45b3d9777fcc64ca405f37595e1d3b 2.71 MB 1,697 2
899,621 899,621 00000000000000000001fab42cdf2496cb9fd8c3dee2d8f5de4c20efac2c8d6a 3.40 MB 486 1
899,620 899,620 00000000000000000000391abb59c430b39e255b5413189330cbe7f591b02054 1.66 MB 2,491 3
899,619 899,619 0000000000000000000225c7c06909811a52228e6c6628acac65e0ee4e57c83f 2.79 MB 1,489 2
899,618 899,618 0000000000000000000102d52285f9d99aec22f00352dc6db86c8b2ce3ec3a97 3.38 MB 740 1
899,617 899,617 00000000000000000002191495c05e24e9f6c310694b90a0986f2d4135c084e6 1.58 MB 2,176 3
899,616 899,616 000000000000000000001c6d9aba2ea1f0ca23ff0176d1e5184ce665aa9ef5eb 2.36 MB 1,824 2
899,615 899,615 0000000000000000000135954fd75e269d03ecaeda78a999022937b214339389 1.65 MB 2,644 4
899,614 899,614 00000000000000000002352ffb32bb22a56ff678c6a599fb00aacbfcc8453084 1.75 MB 1,795 3
899,613 899,613 00000000000000000000dfa47308179049899d778b8c6392fe9a7201787b3f27 2.02 MB 2,165 3
899,612 899,612 00000000000000000001be5d3e1c4da9c53c6db5309a37a4117ba41cf6a13919 1.69 MB 2,523 2
899,611 899,611 00000000000000000000673f462218a07c185e1a1a692ab73faea2281c619451 1.70 MB 2,768 3
899,610 899,610 0000000000000000000140fc94679bb2aef49a2643b2e09ae8a16d90f622c07c 1.57 MB 3,443 5
899,609 899,609 00000000000000000000420c73abf8520d11a195e81ae797dba2b410ccf3ae05 1.91 MB 2,491 1
899,608 899,608 000000000000000000009fecbb445e68648eb3d739e4c39323af8879a027f0e6 1.68 MB 3,341 5
899,607 899,607 0000000000000000000221b0c31455045e3ae834ef3bd8317f588c1104aab699 1.70 MB 3,603 3
899,606 899,606 000000000000000000004e08d3c69a8f8b04af368ecdb66d0fccac7a0168d916 2.28 MB 521 1
899,605 899,605 00000000000000000001e6e2f2e8fc17a53107686635c4dee0520e92020dbe74 1.96 MB 788 1
899,604 899,604 0000000000000000000042902faf1de6a2674a82412e0f5fbef72970557ab166 1.64 MB 3,352 2
899,603 899,603 000000000000000000004c7d54d39fc91fcf8cd2ebc8387489af8dcb1ac9c87a 1.94 MB 1,568 2
899,602 899,602 0000000000000000000162aab880c0fe1f9a0508defda65297dd7fae2b2d043c 1.70 MB 2,003 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.29 GB sent, 93.03 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.