Memory Pool Memory Pool Refreshing

8,754 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,273 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (111,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
796,117 796,117 00000000000000000003318319bd9a38b808a99c78d4b1f18b2c90735a06b271 1.07 MB 200 10
796,116 796,116 00000000000000000003161e1085a557f0ef58c0805aa2eefd08f145ce1c6b0f 1.63 MB 3,807 15
796,115 796,115 00000000000000000003bbef5d08823a95971b7d30902a8373dfa30f8a5c0076 1.79 MB 4,700 12
796,114 796,114 00000000000000000005089342a0ce7ed4d60d317cca68e22f354d6475384e9a 1.94 MB 5,571 11
796,113 796,113 00000000000000000001970ce1db91a79309f058faf3995bf23985e6993f0821 1.83 MB 3,670 13
796,112 796,112 0000000000000000000029ac6f9e30201e65f7226c6b27c886672ecf0edeae82 1.76 MB 3,886 11
796,111 796,111 00000000000000000005053e9ccf05fd146f463394afa6f019a049f14b3f98e2 1.75 MB 2,209 19
796,110 796,110 0000000000000000000547c4ec66698c85b1decca82fe83630aeb806f6d5ef04 2.06 MB 4,952 14
796,109 796,109 00000000000000000002c5ed2655a26e41755c713e62ad4b71c697c4a79706fc 3.83 MB 377 10
796,108 796,108 0000000000000000000308d3a0eef6bc3d24c62f77186076faef71344bbb691e 2.57 MB 1,594 11
796,107 796,107 0000000000000000000546ae848d524c9e8524c954377b8a3ab1acbe520150f3 1.54 MB 2,778 27
796,106 796,106 000000000000000000024e637cc5c7fe5424b97f6e0691722c241bfdd288a0da 1.81 MB 4,760 12
796,105 796,105 000000000000000000053bd5e1379780525de07593e1b4006873bc05e010a6b0 2.10 MB 4,414 12
796,104 796,104 00000000000000000001194fba79abdcd2d06a55155d4d5daff86c7e77cde6fc 1.53 MB 3,004 22
796,103 796,103 00000000000000000001aa41a544f29f0f19f8c5e7678a1ba6bd579474de74a2 1.60 MB 2,296 23
796,102 796,102 00000000000000000003cfcece40f2e9f1a1772388660346eea6fbcdb73a8da4 2.01 MB 3,454 12
796,101 796,101 000000000000000000052d97674bdf3f573240ffc4dcdce598e5c702fa498fa3 1.73 MB 3,294 16
796,100 796,100 0000000000000000000485767e891d32421d9960eea118dded16bb9f76651825 1.61 MB 2,823 21
796,099 796,099 000000000000000000039d4648388eba677b2d6197d440d3144f0f56f642800c 1.89 MB 3,378 20
796,098 796,098 00000000000000000003dcc1c0f26cb155520f00619bf3e24dc9de69b560aee9 2.07 MB 2,470 12
796,097 796,097 0000000000000000000416b1ebca9f15bc1e36b4cdf16339c08473493303516d 1.55 MB 3,895 19
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.71 GB sent, 93.57 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.