Memory Pool Memory Pool Refreshing

17,342 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (699,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,749 207,749 00000000000003a0f50e78806a0860ddcf4a668621614d192b88ef3b74f1e278 0.07 MB 204 189
207,748 207,748 00000000000002bc08024bc3e78cb6076a3b36da439d28008a3f832b15604a7d 0.08 MB 161 124
207,747 207,747 000000000000043e40d0aec70f1b8d07d9f396b2e3350ffee69cd894fe5452c1 0.13 MB 318 218
207,746 207,746 00000000000000da3c98b363dd241e8047ff1b6095c6ffd23d83e5a7ac01dff2 0.14 MB 289 167
207,745 207,745 00000000000002c3a518ffbac2b67ae7219b00e48fe85d2d7d257ef1547ba4f9 0.04 MB 112 70
207,744 207,744 00000000000002e3642eae49897f4e23b7a62e7ba276171a09999ff2b2d54030 0.25 MB 330 130
207,743 207,743 00000000000003ead158a565c09deafff4c98c35b70797d7e862e4d056ee3883 0.06 MB 129 158
207,742 207,742 00000000000003a7f4493757c758310d8eb4326548d4872b63a42bcff0b47440 0.04 MB 47 86
207,741 207,741 00000000000000f1337ff24ef4a2e8eb0b2fc6c22969bde4aa0339f262e5b244 0.03 MB 88 3
207,740 207,740 000000000000021b2d3327d47cd55dca93385a1600b6ec594a8fa03923cff22d 0.12 MB 297 195
207,739 207,739 0000000000000083cc846bd2f6106a709d420e0958f7d56230c8bf5b3b269278 0.11 MB 186 119
207,738 207,738 000000000000039819c044d382b4b7799c6af5f91614f066aa7382637620e001 0.00 MB 11 0
207,737 207,737 00000000000000d610f51a039b98887c920e6b65b661a6e39670df8ba2d7ee71 0.30 MB 790 236
207,736 207,736 00000000000002ccc2320e86ae4c881d9e791ff6b4accc3c2d78dfe5758406d2 0.02 MB 53 163
207,735 207,735 00000000000000dde1caba4670038e8a2829aa23b10575085a5ea4477bfbf6b1 0.03 MB 56 103
207,734 207,734 00000000000003467b866e9ce1f490ec18be8f1b471e53f4ea7e84b79dc596e5 0.26 MB 521 162
207,733 207,733 0000000000000464217a15db82142b8ff50f4d783ef992534cc2162468b50d97 0.18 MB 343 144
207,732 207,732 0000000000000299c5469826b52cac7628a81d17575eb98412301d66e30253fc 0.11 MB 291 200
207,731 207,731 000000000000007e29cf62ccafb84a9788b5a1f60c07ab002ac8180f905f82a6 0.04 MB 118 167
207,730 207,730 00000000000000178dd965be9f2cfe39bd686d7e6be1843604418c3c3224ea02 0.02 MB 62 27
207,729 207,729 000000000000047e5304ed27ff681494f5550583465328d00c8526b6798af8b0 0.21 MB 318 115
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.18 GB sent, 92.99 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.