Memory Pool Memory Pool Refreshing

7,834 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,758 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (136,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
771,086 771,086 0000000000000000000802ceb3b29fae830d4160e16cffc47785e011ee1f8581 1.58 MB 2,026 13
771,085 771,085 000000000000000000035f92efc89fefc7ab88b036e405d978bde17526defebd 1.08 MB 487 2
771,084 771,084 000000000000000000022e5ca51d68acfdc4925dffdba7cd458d8a4efa0c44aa 1.78 MB 366 2
771,083 771,083 0000000000000000000383ee3df395e1f4e9141c71d1aa338b98c2eb50689e31 1.56 MB 1,511 1
771,082 771,082 00000000000000000001d520440fec4d6781cd82b10b3a31358c4a92aca129ea 1.70 MB 1,773 10
771,081 771,081 000000000000000000062971faa5b188737baf72055798a6a3f982ef53da1230 1.55 MB 1,725 8
771,080 771,080 000000000000000000037c0c0496475f0d192258b7dd98e2f1e70f9d76e2836f 1.22 MB 940 8
771,079 771,079 0000000000000000000187574fa38139135451a5ebea3b6333fe3115a49706ba 0.19 MB 150 8
771,078 771,078 000000000000000000007748e072e876389e59ba355b0a0b940c1f309f062825 1.26 MB 1,354 7
771,077 771,077 00000000000000000007771ca0c079e0778a49fac717cfbc03b094e1eb7b5a8f 0.69 MB 845 7
771,076 771,076 00000000000000000003f24b6491f59b95bf9a901e04b3ea60537f82a30169bc 0.28 MB 368 8
771,075 771,075 0000000000000000000527cfa749d1cc46cf3daaf371ccbbb62d915119a18516 0.42 MB 490 6
771,074 771,074 0000000000000000000177fc7e99200aa31435f851cb557c77fd667d2d6b79c5 0.46 MB 504 6
771,073 771,073 000000000000000000078e9869c23e576adbee62c020986d406d4ceded51754d 0.77 MB 1,158 7
771,072 771,072 000000000000000000004ed6120046ab05cbcc77a01a2ee513ac5d494e22ae32 1.37 MB 1,269 4
771,071 771,071 00000000000000000001b45655aa75c738abca836e66f1eb1d7c640733fd127e 1.59 MB 1,917 8
771,070 771,070 0000000000000000000282b0d8d8260cc3adc2c5494b540e3ab752f96814b636 0.51 MB 434 7
771,069 771,069 0000000000000000000726fed8b8dfde7d0de53fb10b0455f640a1d386f2ca1e 0.87 MB 1,128 7
771,068 771,068 000000000000000000000c29ac377a14605de03297f716268888095d2012cbba 1.04 MB 1,667 10
771,067 771,067 000000000000000000023c17ca19da9f1f04ee59fe234a7809db74ba5f32707b 0.89 MB 1,517 7
771,066 771,066 000000000000000000054f970c3bff706de9cf3f77612605802b1ece3777776d 0.80 MB 1,036 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.80 GB sent, 93.04 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.