Memory Pool Memory Pool Refreshing

9,781 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (597,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,273 310,273 00000000000000003ad04a68d379d1aa40d1029c6ebb7a0869885cdc1f768c86 0.32 MB 662 33
310,272 310,272 000000000000000031f268108e08fb35800865cddbe31119230e08fc56a1c14d 0.13 MB 284 30
310,271 310,271 000000000000000023530bb5f18bb39effb0dc2ccc9c678519defb9d18e9c1e5 0.35 MB 655 29
310,270 310,270 000000000000000010abff77cf33ab11a97d3ef04ed97e48a278c0eb969d3ee0 0.43 MB 649 27
310,269 310,269 00000000000000000bd99b33f98a3111b4eca138373041701123eac9a93bac3e 0.13 MB 184 20
310,268 310,268 0000000000000000291e386fd7cf39dc6865029df96d1378c072bf92a8ff656e 0.50 MB 787 27
310,267 310,267 00000000000000000f7dc2e1a05cf912140a08051be102f0833347df999f0015 0.17 MB 348 25
310,266 310,266 00000000000000002d07faea2bd7199d94016e40fa220e315029ed7e10e26ee6 0.50 MB 446 17
310,265 310,265 00000000000000003a9d9306afb41e2b8293d281c654f433a5f33c37792f8e0e 0.25 MB 251 16
310,264 310,264 00000000000000003cfc1b6f5a4f5b2838a79f52cc051975b5d62b9620ef7ec2 0.75 MB 1,907 39
310,263 310,263 00000000000000000edd755e9aae33299257ca4be6036ad00704ada80a6cde1e 0.38 MB 594 26
310,262 310,262 0000000000000000196e1e8a99c4d2f5610e2153072ee4a12024c91b516b2ddc 0.21 MB 334 26
310,261 310,261 00000000000000002bfc18f82b9320b300c96cc296a2ce3712f1c17a89412dd9 0.65 MB 936 26
310,260 310,260 000000000000000012ffbd51502187232b7d7462befebfc8bfb68826450aa00e 0.07 MB 44 12
310,259 310,259 000000000000000026ab043eddbdae4d3fa54bf444fcb79bc8e6e72b0c57b853 0.55 MB 985 30
310,258 310,258 000000000000000033afc9721aa2da23f6d24e59990113b5e954f31f444fdfc4 0.30 MB 513 28
310,257 310,257 00000000000000003667fe6f23d05a1f890b9101e5dff5a160488be84b56a96d 0.09 MB 184 29
310,256 310,256 000000000000000012331dfc33739acabc1c6a2e7f748886ded6ae3d21e5070c 0.72 MB 1,160 27
310,255 310,255 0000000000000000375954cb133be7acdcbc797665b8aadabf37f346cc5b9b0b 0.09 MB 201 34
310,254 310,254 000000000000000031c3bbfeff3c4e01865f92e2495b7c0c1c486249ed2f4c18 0.71 MB 1,404 100
310,253 310,253 00000000000000000053a634e8e7903ec258268c050802e0adb570c033aae2e2 0.65 MB 432 15
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.75 GB sent, 93.00 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.