Memory Pool Memory Pool Refreshing

8,389 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (629,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,150 278,150 00000000000000024a123c2420a747ff92c4175aa3fce0626867ec3286ed750a 0.15 MB 295 39
278,149 278,149 0000000000000001a60c995f59b58af61d73e6555fb4a95b56325d23393a40a5 0.33 MB 697 42
278,148 278,148 00000000000000004d69bba7bec52e252520178656302f1b8cf492b6f437d7eb 0.03 MB 93 125
278,147 278,147 00000000000000021c93ac31f31d89bfb54b3fb2565b19ea8303a38b6fa3db55 0.24 MB 420 36
278,146 278,146 00000000000000038c314a2496e5798d603c992cbf6240375c059622af93715e 0.03 MB 81 142
278,145 278,145 0000000000000003718f33cf4caf58f7093e0f5d6100d70e17f83e85d9751a65 0.25 MB 472 32
278,144 278,144 00000000000000003e78eab220f9243083f9e5b8d103b1cfacc9e1629baba523 0.03 MB 74 69
278,143 278,143 0000000000000002110b1a1b0a240b964bdf22fd743da0ac0a1fb460f8ed37ca 0.03 MB 59 50
278,142 278,142 0000000000000000b64dccabf21609110f9beff53ac134ff822df6b89caa276d 0.26 MB 513 42
278,141 278,141 0000000000000001b27f440d6fc71de92eba08fae1bc51a66fda406f726b6d67 0.14 MB 305 42
278,140 278,140 0000000000000000eee3c7124090e64603c2f50af68558e25a9ac0155e1a5ac0 0.03 MB 94 72
278,139 278,139 00000000000000031834e9d35ba68d00a122db22e42963803fc9d1eac06f07f9 0.15 MB 262 35
278,138 278,138 00000000000000011ac5fa1655b4e8a00569a135e610b60e5dba0ece1d03d3df 0.15 MB 166 18
278,137 278,137 000000000000000202d5e2857f0ca9a95bcd371e98892e4f372992764570280d 0.26 MB 516 41
278,136 278,136 0000000000000001d5adfa4697c831553e9ff008bd6965079a6e848c247a255c 0.25 MB 607 58
278,135 278,135 000000000000000001d0e625162f8c9bf958a5ce25f6e9d075519c3086553e6b 0.03 MB 60 161
278,134 278,134 0000000000000001c02f5a5fb10398ff789ea7311f032f4b6c8c3f6742b093f7 0.05 MB 110 72
278,133 278,133 0000000000000002cad2305b4c54a70940f71bafa8fda2ebd15d5a6bc9e78949 0.03 MB 108 54
278,132 278,132 00000000000000024c299d9e9ef1f16d43b32289cccf62c54a01ae594bcb7bbe 0.20 MB 505 53
278,131 278,131 00000000000000033fd5979060c68528b9409182e8b020a420b31722706a1b81 0.21 MB 434 37
278,130 278,130 000000000000000075aef91e33dd6da32618c2c6ce90968c1b7d2f12e7347dc2 0.03 MB 79 131
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.