Memory Pool Memory Pool Refreshing

45,038 transactions
26.59 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,293 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 5,881 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,292 (29,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,157 847,157 00000000000000000001e9c0feb57cbf8cd181eab5a235f7ad7753c78e840f16 1.62 MB 5,293 36
847,156 847,156 00000000000000000000d49147b07578d7c1725a347029b2d52cc7d064445f18 1.49 MB 6,145 40
847,155 847,155 0000000000000000000184067ad3c677b8ddea00a8cd32b86e4ff66c624c5e07 1.56 MB 4,855 45
847,154 847,154 00000000000000000002c81a179f820d07ab8b46ca4b4ccbb912ee84253d27e1 1.58 MB 4,927 35
847,153 847,153 00000000000000000001c8e11ea983ddc9c8b3fa6c82cc6be8dff3b8b1435245 1.59 MB 3,884 54
847,152 847,152 00000000000000000002339470d5dca8a81f9de15f42b8eeb40bfa53b0b8053f 1.56 MB 4,063 77
847,151 847,151 0000000000000000000079188b061c3f73fac8b88c21be4182c966e865a5bf79 1.62 MB 4,896 40
847,150 847,150 000000000000000000032bedf80c39952e3d7fe259c41114d63ce38ee8caad99 1.61 MB 4,356 39
847,149 847,149 00000000000000000001e6fe9efc0e6d927e03a689ba61190731a9865ed55659 1.58 MB 4,072 51
847,148 847,148 000000000000000000027b11fbf4bddbd753c790c057e747e4983ae338074d5c 1.58 MB 3,709 87
847,147 847,147 0000000000000000000069726e0fac33789af3ac3df43d2ea97eb60e004a01fa 1.54 MB 3,155 144
847,146 847,146 000000000000000000016e5ab0e72dd878bf79d6c14edbf5b2bf0e7801da857a 1.64 MB 4,212 40
847,145 847,145 0000000000000000000275b23d8bf8fe7ad96ee7b03620f253b0bfce9416e063 1.71 MB 4,590 40
847,144 847,144 0000000000000000000056c4773a48d51b627f1d255675dd5e83bb1f17d93f02 1.72 MB 4,289 41
847,143 847,143 00000000000000000002b9f04ee96a59bb48a988eea6a8a1dcc9378bc2417b94 1.67 MB 3,868 57
847,142 847,142 000000000000000000029d4d82110d3adb5d03ec433b9c7a3133d4861808b662 1.55 MB 3,051 48
847,141 847,141 00000000000000000002bfed7639527d737edbf9a17929fd07388b729964d658 1.62 MB 4,092 43
847,140 847,140 00000000000000000000fb8ec2e8328af42c01145060dee6df4040294c8f148c 1.69 MB 4,033 42
847,139 847,139 00000000000000000003514664e257dfd8f11f255ec6c92a57606cce221b4d1e 1.73 MB 3,582 89
847,138 847,138 00000000000000000003126e5b22fd50041c76e93aa284d5b329f259fb9002e8 1.71 MB 4,634 38
847,137 847,137 00000000000000000002c09bca838bc446649c716da45ad464c91d7aa2fdcd72 1.70 MB 4,123 39
Previous 10 blocks ↓
Total Size: 711.02 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: 758.62 GB sent, 18.50 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.