Memory Pool Memory Pool Refreshing

2,559 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,008 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,551 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (723,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,408 184,408 00000000000007581bb16da30904fe14b4eebfb326dfa3278c70ef150fcd6a8d 0.26 MB 544 182
184,407 184,407 00000000000002629459b955818e6c8bfb1079298341392c45072321a9c23472 0.05 MB 130 68
184,406 184,406 00000000000008c0ab423a75dfb29cf928d9ca5755528fae5b13c0177e1f2656 0.03 MB 76 54
184,405 184,405 00000000000004d91b4dd452de2239b65f5847c0cc2f867da142f128acf05963 0.03 MB 71 425
184,404 184,404 000000000000055f327705a5b8ed12192763a641af37ec9d6b97fb7bd49a6a4b 0.00 MB 7 297
184,403 184,403 000000000000066930aefb95e7ff55034ceabb569a7e5aca1257fa3920933f84 0.37 MB 1,024 180
184,402 184,402 00000000000003f789f8bbbe8ffa049661ce1f399b48c245ccc7df96a04d4210 0.00 MB 8 0
184,401 184,401 000000000000096eedf914b1311cf709077acf5caec03f624283411d3a1c6d88 0.25 MB 582 138
184,400 184,400 00000000000009fb73e6b4ee417cff3534ab9e613c8bef249cce639ac3948b70 0.05 MB 114 128
184,399 184,399 00000000000001a06ee34d22b37e37c3a94dc60d8222ec707368e208ebd2512f 0.05 MB 88 88
184,398 184,398 00000000000006811c9afeb4d5bb0e4ca9f7795678f37390253cd414e62d1e43 0.25 MB 630 151
184,397 184,397 000000000000078aeeb995a1c953ec24704ae86901c76a847f05e8a55dcffc74 0.05 MB 117 286
184,396 184,396 00000000000005a6334ff20aeb02099d6c57f0c760edb79ad0c09b67d4bc078f 0.05 MB 108 126
184,395 184,395 0000000000000a6f80e992667854acd147bc48da4402aca72aa866f715026e68 0.25 MB 595 137
184,394 184,394 0000000000000061fe298c8ef5fe1625eb7d41805e7fcc28cc31c144860666ba 0.00 MB 9 3
184,393 184,393 00000000000006b77273fc00a26bf61ea23eb2c01e0259d61612eb14e4187548 0.05 MB 99 156
184,392 184,392 000000000000063a02a2fe35a8afb9d8ab1920b04f1a75b470eaab3669445c68 0.00 MB 1 0
184,391 184,391 0000000000000a82d52e60e136003fbe9fa2fc9562cfb311fc30918612d3588f 0.46 MB 1,024 113
184,390 184,390 000000000000076197d9c5d7a79684ca6c296a1765f750f8996a5d0b4b78cd5d 0.25 MB 548 138
184,389 184,389 000000000000074264a7544c2f82d9c0d247b97eaf1a2618eb758e343a78a7de 0.00 MB 9 15
184,388 184,388 000000000000047223f4777c2d2b5d8c799596f97dffe1ac816141da4dd79a7e 0.05 MB 127 107
Previous 10 blocks ↓
Total Size: 769.56 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,649.21 GB sent, 95.74 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.