Memory Pool Memory Pool Refreshing

3,218 transactions
0.89 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
2 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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 3,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (82,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,038 825,038 00000000000000000002baa43ad27ffbee9ecceff6e8262c5ed1312eb62eff6d 1.62 MB 2,714 59
825,037 825,037 0000000000000000000091c5a281798916835808be23053b1e947459e54f8489 2.00 MB 2,949 38
825,036 825,036 00000000000000000001308ec4fcdff8aad53762a836d5096f41ddb068c24cbb 1.65 MB 2,696 62
825,035 825,035 000000000000000000036d8ced6851f09f72b9fe97683e1ee3bcf60c1b81e208 1.70 MB 3,071 59
825,034 825,034 000000000000000000038daa4026043f3983e6a808a8344381ef53d3451d344e 1.63 MB 2,124 61
825,033 825,033 00000000000000000003cbb841e8e80e8715e2e2dc8a19a7347728b6bb33f1d9 1.94 MB 2,508 106
825,032 825,032 000000000000000000004ac432ab379eac5a481b777c150d3bf7a1d165aa1bc4 1.67 MB 3,172 63
825,031 825,031 00000000000000000000f35500f291905d2dbe0bdf83cbf20ddf229db5b6e7d5 1.59 MB 3,032 92
825,030 825,030 000000000000000000034fa42d76514e8e1ae5facf4aec119562b8743beeade5 1.61 MB 3,313 121
825,029 825,029 00000000000000000001bfe1a00ed3f660b89016088487d6f180d01805d173a3 1.59 MB 2,960 88
825,028 825,028 00000000000000000002d61bfa6ed14c366a3df87725fd246f4b942f5cc087e6 1.53 MB 3,417 148
825,027 825,027 00000000000000000001b8d2988c49eb00385503e93630ecd2cc0a9c2c9666d1 1.89 MB 1,894 34
825,026 825,026 00000000000000000002452121efedf93c2e83f4b56a626d86f6e825b9524923 2.04 MB 1,819 34
825,025 825,025 0000000000000000000109d51533513dec757a4b43cf83488db648b5b35a2622 1.51 MB 2,469 41
825,024 825,024 000000000000000000015e8a803a2ebdc909a929be2f542874e2e623c4de5441 1.84 MB 2,168 80
825,023 825,023 00000000000000000000a33cd7ffa38975f79628080f56ad1240243ce57c30c1 1.58 MB 3,103 66
825,022 825,022 00000000000000000002d49fe4489803c150a26dc3f564ea3377589b55008c63 1.47 MB 2,654 136
825,021 825,021 00000000000000000002a5827c6a508ed570da6e1d8ea1c007e8f20883387ffb 1.64 MB 3,344 106
825,020 825,020 000000000000000000002d09e4efb8ee660245764e1ad1fbb25a33a07a72af07 1.77 MB 2,854 65
825,019 825,019 0000000000000000000398fba67e5878afb23c8a5cbd4a8950844693226a66c2 1.88 MB 1,461 39
825,018 825,018 00000000000000000001b6b0e8a8aec30b9732abe15b528ff10421b2a4d59822 1.84 MB 2,741 63
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.