Memory Pool Memory Pool Refreshing

7,701 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (602,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,289 305,289 00000000000000003ce8daa2aeb633a2108341c15dc04d1b90bbadd9a417caed 0.10 MB 180 25
305,288 305,288 000000000000000022c59b26c9e1f1dcda772d22b88cb0975af37055eaff9f33 0.19 MB 328 30
305,287 305,287 00000000000000004fd81a2dc7c86b8000b0e7770ca7cc046136b3ec8db9445e 0.44 MB 1,206 29
305,286 305,286 00000000000000004db390c81f530047a998184d6057b04550da9163ace05073 0.17 MB 272 23
305,285 305,285 00000000000000002e180631c8147e91c2ecee561779ba27e13db7daff701369 0.92 MB 1,645 31
305,284 305,284 00000000000000005c2d821221c807b145cb0bce76d7d81c3990f7dfd858f2bb 0.00 MB 4 33
305,283 305,283 00000000000000002e88d00ceb4af89927fd4f286e6875aa3cf2039ac5714cac 0.35 MB 534 26
305,282 305,282 00000000000000004d42554be55d631d452097cb44906ee53012b736ac20b2c1 0.07 MB 103 23
305,281 305,281 0000000000000000135c2aa1ee159fe84054f3c68179c7c04cee3d1fac6d98db 0.22 MB 404 32
305,280 305,280 000000000000000039677f4c8799755d8d8361b63e92a9798e913c6469ecf1d3 0.10 MB 217 25
305,279 305,279 00000000000000005bc7528c39d7a111f8379a042edb0104919ff257e749e5d1 0.45 MB 271 13
305,278 305,278 000000000000000051fb4b36afb3c2a27a95a9ce52e69130e854b7fe9a31b478 0.35 MB 755 32
305,277 305,277 00000000000000003c80706843e7195b36cca331d220052a0c90bc841c275c9d 0.35 MB 1,086 56
305,276 305,276 000000000000000051e8a37950ac56f364d8a95940b6348df763d2a96a8313ff 0.35 MB 875 37
305,275 305,275 0000000000000000109c958b0b95f11a8c640d611d9612a6af3a5b23346c7838 0.33 MB 582 43
305,274 305,274 0000000000000000448b07ab7c843e20f8e6d6665003a02cd99ef55197ee9288 0.07 MB 132 23
305,273 305,273 00000000000000000d4d047c995df86021aa98b2590837663bf04bb5d2bcf46d 0.28 MB 416 29
305,272 305,272 00000000000000000eef895b880e918abf24770a171896cb3eac6b88cd868534 0.06 MB 228 39
305,271 305,271 000000000000000031a189f4aa4893a7eb7e1007c7f121fabb87410816f214cb 0.31 MB 651 31
305,270 305,270 00000000000000004efd252ac3125564559ea6c9d32d2a244798d8017c519303 0.17 MB 387 38
305,269 305,269 000000000000000046f075b24f72f871d1532d01e7e2a63f77d26682f3100584 0.03 MB 54 33
Previous 10 blocks ↓
Total Size: 769.03 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,625.38 GB sent, 93.03 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.