Memory Pool Memory Pool Refreshing

911 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,960 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 899 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (646,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,674 261,674 0000000000000019eba293541c6d4ad926e5163a75154fe306138a2d51050a42 0.30 MB 742 136
261,673 261,673 0000000000000013735ada3f11d55536882ab9b5066f9b8b391f8019820ca9b1 0.34 MB 857 139
261,672 261,672 0000000000000019c903c2ec3d4cd0acd25138f0468798679c10c306e1bd1b73 0.12 MB 122 122
261,671 261,671 00000000000000141277ee516b08b8bfb02f1b09c81cd3ba99a890c50d8f5b59 0.45 MB 1,159 149
261,670 261,670 0000000000000001d441e402856077ebdea9827534bda8ae2b85ac20ca61e188 0.04 MB 77 65
261,669 261,669 000000000000000860b39d750db3689fead71646b4570e1a289fd5c675486139 0.12 MB 304 120
261,668 261,668 000000000000000dec29699f35673f8f36f55fc494efae7566402f058788fdd1 0.21 MB 507 138
261,667 261,667 000000000000001a160d26d215a8d1224de1770ffe6a41f8ff8c0aa473d011a6 0.10 MB 229 103
261,666 261,666 0000000000000012cd8cfb146865c73f5684fb59ddfec7a5da06c8d1677bafc4 0.27 MB 674 129
261,665 261,665 00000000000000046f50b90eb53b58336b4455a520a563e2517fe6d78df9984b 0.15 MB 306 104
261,664 261,664 0000000000000009399bcb617d5d0211be6b28a3127489c6778259b2238b5a26 0.10 MB 256 166
261,663 261,663 000000000000000576f99c779b75d039425471d085fa69a0d581cc2b4e2a99d3 0.16 MB 414 112
261,662 261,662 0000000000000018c9124a42ea4838ee2e0d6030b616355fabcaacb01cadeece 0.08 MB 40 19
261,661 261,661 0000000000000011aab162097cf42f6ac0e1eb890f4447e0116e0c8f931bfddf 0.11 MB 214 99
261,660 261,660 000000000000000f7804fe9b88317e7f9b06f5e79b07ef8e6ceed83f1b983641 0.15 MB 377 118
261,659 261,659 000000000000001799d4bfa5552643507c48e40557c5f890d247724f0d48b4a8 0.08 MB 171 76
261,658 261,658 00000000000000054446ded6656df3aa430a85463128e0eab125b07a1812a66a 0.29 MB 782 136
261,657 261,657 000000000000000f49217fccf19a0e992f1b51a509677e01473bf22decbe1153 0.05 MB 139 98
261,656 261,656 0000000000000019538c1fa3cc7985867336ea62ca39a49ed671cbf0076fced1 0.10 MB 291 149
261,655 261,655 00000000000000044307971f2ac2047dbc2e99d561ebee1bfca0eb31a11f58d6 0.10 MB 286 132
261,654 261,654 000000000000000c201b61ce51a70a66ba8b039ac9bb4ca24d34270d923f2d62 0.25 MB 560 92
Previous 10 blocks ↓
Total Size: 769.47 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,646.26 GB sent, 95.29 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.