Memory Pool Memory Pool Refreshing

10,099 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (688,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,984 218,984 00000000000001dada41443146c953dc0d2af37cdb6c26893e86899fce8b2887 0.16 MB 410 241
218,983 218,983 000000000000058284dda8dbbc0fae8d13674fe85938596424a0e3af426de2be 0.11 MB 233 79
218,982 218,982 000000000000041c4b79c57109b90ef84474953f29197767b24e8a031371f706 0.19 MB 487 277
218,981 218,981 00000000000004991097964191c940dbc9d7331433c200fde33268a121697b24 0.12 MB 292 212
218,980 218,980 000000000000057da1fd599b52e710b6065cea025f6c45521956a4d60c57353c 0.14 MB 332 150
218,979 218,979 00000000000004ebfa5299bc5b8dca72e287ab0116c5ea2d8e9f3e25998f6e32 0.12 MB 204 140
218,978 218,978 00000000000001efabb3481f2f4b2015eec284196c6f4d1095dceb5e9c72a365 0.16 MB 335 162
218,977 218,977 0000000000000523a6dc3b5330639370e12cab35cd2592c58a4a1c9d64ee7267 0.00 MB 11 150
218,976 218,976 00000000000002519c2133ae6e6d1e081f177c02d837e68c8732ebdf6798833f 0.16 MB 404 203
218,975 218,975 000000000000035e54a73078918279a21176010803f1288d01250674d4a0d638 0.09 MB 171 129
218,974 218,974 0000000000000476dd556f262a81b060e6f45aa953052b9c787e81d40c3972b8 0.13 MB 302 171
218,973 218,973 00000000000001c349b71facd0ed1565e30d78cb18cfb588f1207dbe51c85d06 0.18 MB 380 269
218,972 218,972 0000000000000088f7001fc30da8aec083e2f0f66386ad11dd7ed2df282c852c 0.15 MB 351 223
218,971 218,971 00000000000000324d3852c0edb6a1f8e25ba9c7f34ea5883e2bf1ac61cced18 0.22 MB 346 140
218,970 218,970 00000000000003fe1f7e9893b15045d3e92057f9118f828f1c9ad4257dda5f32 0.23 MB 355 125
218,969 218,969 000000000000000c3e6e7bc76ddd4c19e6edf7b79cd187cb557240bee2f2402c 0.25 MB 815 287
218,968 218,968 00000000000004cad275c7f5c1f91bdcc10965963da3c1bd898b3a3bd6b6642d 0.16 MB 333 95
218,967 218,967 0000000000000396df81411ed4b8b6525a93976c0e12eac00cc74f3dbacb87aa 0.05 MB 154 391
218,966 218,966 00000000000004697afb8d76f4f9a63c2b972ecc69e0fcf5bc54312cd97849df 0.23 MB 478 112
218,965 218,965 00000000000001515269b73f78c8b28df196f6f02d273c8953a941075b7579a9 0.00 MB 6 14
218,964 218,964 000000000000034b54a7289452c0d2ad4872c71ecbd2dc8535bbc3ab047e3fc9 0.05 MB 93 100
Previous 10 blocks ↓
Total Size: 768.95 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,614.35 GB sent, 92.57 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.