Memory Pool Memory Pool Refreshing

19,377 transactions
6.23 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,374 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (737,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,485 170,485 00000000000003d47c9a790fc737f9bf561a916c49a7245d85663e91f2ec3690 0.01 MB 16 140
170,484 170,484 00000000000008684812c02cbb91b1c9c5634c130947e69d99a65f3617c1041c 0.01 MB 23 102
170,483 170,483 00000000000008d5b47930e43bce4c01a7405bb81649c5258e109fe6091a99b6 0.00 MB 9 277
170,482 170,482 000000000000019caf638fc273bb983751a0cd9661956cc6c0059b991cafcf3d 0.02 MB 39 25
170,481 170,481 00000000000002e7612642aea3801e3b6e4639f61a3fa5cfcdd155f8c5087919 0.01 MB 20 132
170,480 170,480 0000000000000a82b30c24bd2ef6b83c9d8c5e17a392a0cf4a94e1ee32e27222 0.00 MB 1 0
170,479 170,479 000000000000054cf214a7d00df9ba816fcd28c51f91e8133ba6cb9546cfb5fd 0.05 MB 76 44
170,478 170,478 000000000000007d126143625baafc7ebdd7bc2a4e7acf11ad763f470ba61d31 0.01 MB 30 4
170,477 170,477 0000000000000643247c3cbc565e23c24ae73cc9c796cdb80157d8c9937c6708 0.00 MB 1 0
170,476 170,476 0000000000000255fb3fccb05dc81a615f98c58a87964ed33a6a85a7d12f7ea5 0.05 MB 31 44
170,475 170,475 000000000000018bd9f0fd20bc35b496627414e284df96b800ae485aa375f509 0.05 MB 102 44
170,474 170,474 0000000000000515304d55422d57df560ef2b6f8f7ad314a936dea62b0f9019d 0.00 MB 1 0
170,473 170,473 00000000000007446f3d4218648b7c65d55534f21e89f1ea9e30e8934e92d42e 0.00 MB 1 0
170,472 170,472 000000000000025bda46b285dc6c77b4fea911fc2e9d41fb0a0ed2744b2b37bf 0.00 MB 8 263
170,471 170,471 00000000000006dee7b2d66a7aab9f2dc4e2003571bfb371e76604ab0eca6138 0.04 MB 130 11
170,470 170,470 00000000000001910428607209a09ff7bbc18a3bfbb4a13b2ef89b8acaaa4643 0.05 MB 49 116
170,469 170,469 00000000000009e7db092b7992615464c7dffcd990b2bf29566b2a78b1c29ccd 0.00 MB 1 0
170,468 170,468 0000000000000555c1e5bd81562f289a3032a098213a72112c3766d539ca7c8c 0.02 MB 26 53
170,467 170,467 00000000000001298201d6183e33065faf6f724388c74b41d016ead8ba56e8d0 0.02 MB 5 104
170,466 170,466 000000000000057cb92a3e4e0e0cd2f12ccb9f8cddf7329c9850df5d7d1cb7e0 0.03 MB 67 57
170,465 170,465 0000000000000b2ee7bf55a6bf5ce110a9d3480f98a0d5cfd790cc0a01e61f75 0.01 MB 23 49
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.