Memory Pool Memory Pool Refreshing

7,511 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,364 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (756,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,679 151,679 00000000000002d53637ec66b133ad21b60fe52cb2613f6a5dc4dbf2507c933e 0.00 MB 13 16
151,678 151,678 00000000000002fd3f20d67e4c6cd9c01f3194aef79cb35a6e9a707fb02f71ec 0.01 MB 46 100
151,677 151,677 0000000000000bb9b16cc9df6bdc6d8710ae6b079035c381eb3d1e988ce46d0c 0.03 MB 74 77
151,676 151,676 000000000000012887d304aa914db83fdc3e524026cf8d508090b120eb655127 0.01 MB 25 252
151,675 151,675 0000000000000a50a18e8dcbca50c0a6e1724b9223134363e8e544f2cfd3e6f3 0.02 MB 79 7
151,674 151,674 0000000000000a10668215c0954cc322aa180cbb5d4295a2f4c5bedbac1e4b3e 0.01 MB 19 39
151,673 151,673 00000000000008b083dc6514062ccfd8a64e74d2c6b2876ed91e577c9b6783db 0.02 MB 55 247
151,672 151,672 0000000000000bcb8649b0974114871e6d1ea2694a683716261e398df82cdf61 0.01 MB 27 133
151,671 151,671 0000000000000a3802ddca2df768cb86530e55141d50cfe0d4ff0c5cdc4c109a 0.02 MB 45 79
151,670 151,670 0000000000000208efdf0e45ef04674e6b44c2806bec1a7d883000d2747697ea 0.02 MB 48 219
151,669 151,669 00000000000003c344d8d1f3fd2c765e487c4c210381a1428ba54a7b3b3b0b72 0.01 MB 28 147
151,668 151,668 0000000000000b4223b3417b5fbf53426d68c7b24756b0abd6db355b2bb8beec 0.01 MB 21 259
151,667 151,667 000000000000004b710cd647c742c6ad161e24a62eee9b24e6f7ad09613fb465 0.01 MB 29 3
151,666 151,666 00000000000005712a8545da31532ea9d2895cd0756642935b8df77a2ac4dead 0.00 MB 10 193
151,665 151,665 00000000000000e7da60ee6707225066b890842346401e89b7190a223cfa3245 0.00 MB 12 16
151,664 151,664 000000000000029b7320a589635384f3fa9166c5788ab06944d2ac198122db22 0.00 MB 14 34
151,663 151,663 0000000000000db1e71ea32d942617b436f70273abe383ea30b42ef31e4c71e4 0.01 MB 21 160
151,662 151,662 00000000000008beaac3419cbbec8468e0051ccfc1350f82718e0df85079f21c 0.01 MB 20 57
151,661 151,661 0000000000000a600fa732b8a572958878f747502860ad9d7c9902871b0a27aa 0.01 MB 29 51
151,660 151,660 000000000000097d6cb20e6547be73725c615f8d090fd7e93c34ea9d8e828c83 0.01 MB 30 0
151,659 151,659 0000000000000b3864e7070b21d96e6954fb9ce84e60f87737c61a9477d98feb 0.01 MB 44 66
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.20 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.