Memory Pool Memory Pool Refreshing

4,717 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (694,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,472 213,472 000000000000026785411347af1809c48a17d6c9d72e565b940c853115514c6c 0.25 MB 455 125
213,471 213,471 00000000000002e6f6a46025d44a6cba116ad44c684b7171116ef638a5d4e363 0.25 MB 789 271
213,470 213,470 0000000000000259ebd88b210f1c85b5094041d7eb3c2e101408e113c9ec36d9 0.22 MB 500 174
213,469 213,469 00000000000004aef9aafec21de3c41e3319c9f97b9adfe097ab65fa77ffc331 0.03 MB 65 177
213,468 213,468 00000000000003bf7fe42820e0c692fedd70bb1fbcd5bdde5c060af8c54b70d4 0.06 MB 167 187
213,467 213,467 00000000000003565672e8f7a84b2890532cd4a799296105eeb1ca826bd8b4ef 0.12 MB 262 168
213,466 213,466 00000000000003ecf5f7db1fe41936bc8a7a35b5c64d42f834237c3bcf6800ec 0.08 MB 183 204
213,465 213,465 00000000000003dd86f19bbf9a43f6bf1c44634cc631a59b064f60d06505ee55 0.44 MB 256 68
213,464 213,464 0000000000000170a6b56356ff4f928cd252fd16530175002aa3e5106078476c 0.25 MB 354 114
213,463 213,463 0000000000000174686bccdc8c7ae29b33c2f17dd93d2d3312106440d51ae593 0.41 MB 128 53
213,462 213,462 00000000000001b22f14f9836b9a1eb32fbb717d7b07c178ac56fe43e63a4a23 0.25 MB 815 266
213,461 213,461 000000000000035ee4346edde45b49f335f940768d2cfa94dfe2450fe3c93f72 0.00 MB 15 59
213,460 213,460 000000000000001282a510d524b9d9251f602ba0e6fb91ee6777333620377491 0.05 MB 101 176
213,459 213,459 000000000000010d3a1a01022bc64d28e631b3e1f949e46a451392ebcb4fb54a 0.07 MB 186 180
213,458 213,458 000000000000008edb1c52b964ee09c748473b1c6141d542538ff6585cb2faa0 0.13 MB 250 150
213,457 213,457 00000000000000a96064e586a876696669cf05f575192671ef68b603c53cc3d3 0.23 MB 316 124
213,456 213,456 000000000000023a8d89296f18987c00fab357ab9c0526f40d92f39c95d4c412 0.25 MB 64 63
213,455 213,455 00000000000003847e644fff9a11da859867bd78f2e991fd17064b15e3722ad6 0.22 MB 87 70
213,454 213,454 00000000000002ac268a2e8705a95ebb6364f31ad45e91405cd3192dd773e62f 0.23 MB 197 81
213,453 213,453 000000000000008cea7cc3351f97324e1a646499b42bb2e7e41c7f9ee1a1661a 0.37 MB 837 180
213,452 213,452 000000000000033ded557e841c3f4d2ccf30bc1e1ae94b4f025e1e735e12f324 0.12 MB 297 238
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.